org.zkoss.bind.sys
Interface ChildrenBinding

All Superinterfaces:
Binding
All Known Subinterfaces:
InitChildrenBinding, LoadChildrenBinding
All Known Implementing Classes:
ChildrenBindingImpl, InitChildrenBindingImpl, LoadChildrenBindingImpl

public interface ChildrenBinding
extends Binding

A binding tells how to deal with Load children of a source object (usually an UI component) and a property of a target object(usually a backing bean).

Since:
6.0.0
Author:
dennis

Method Summary
 java.lang.String getCommandName()
          Returns the associated command name of this binding; null if not specified.
 ConditionType getConditionType()
          Returns the condition type of this binding
 java.lang.String getPropertyString()
          Returns the property expression script of this binding.
 
Methods inherited from interface org.zkoss.bind.sys.Binding
getArgs, getBinder, getComponent
 

Method Detail

getCommandName

java.lang.String getCommandName()
Returns the associated command name of this binding; null if not specified.

Returns:
the associated command name of this binding; null if not specified.

getPropertyString

java.lang.String getPropertyString()
Returns the property expression script of this binding.

Returns:
the property expression script of this binding.

getConditionType

ConditionType getConditionType()
Returns the condition type of this binding



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