org.zkoss.bind.sys
Interface LoadPropertyBinding

All Superinterfaces:
Binding, LoadBinding, PropertyBinding
All Known Subinterfaces:
InitPropertyBinding
All Known Implementing Classes:
InitPropertyBindingImpl, LoadPropertyBindingImpl

public interface LoadPropertyBinding
extends PropertyBinding, LoadBinding

PropertyBinding for load into component attribute from backing bean property.

Since:
6.0.0
Author:
henrichen

Field Summary
static java.lang.Object LOAD_IGNORED
          a object to indicate to ignore the load() in load-property-binding, it is usually return by a converter
 
Method Summary
 
Methods inherited from interface org.zkoss.bind.sys.PropertyBinding
getCommandName, getConditionType, getConverter, getConverterArgs, getFieldName, getPropertyString
 
Methods inherited from interface org.zkoss.bind.sys.LoadBinding
load
 
Methods inherited from interface org.zkoss.bind.sys.Binding
getArgs, getBinder, getComponent
 

Field Detail

LOAD_IGNORED

static final java.lang.Object LOAD_IGNORED
a object to indicate to ignore the load() in load-property-binding, it is usually return by a converter



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo