Uses of Class
org.zkoss.zk.ui.select.impl.Attribute.Operator

Packages that use Attribute.Operator
org.zkoss.zk.ui.select.impl Implementation of ZK Component Selector 
 

Uses of Attribute.Operator in org.zkoss.zk.ui.select.impl
 

Methods in org.zkoss.zk.ui.select.impl that return Attribute.Operator
 Attribute.Operator Attribute.getOperator()
           
static Attribute.Operator Attribute.Operator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Attribute.Operator[] Attribute.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.zkoss.zk.ui.select.impl with parameters of type Attribute.Operator
 void SimpleSelectorSequence.attachAttributeOperator(Attribute.Operator operator)
           
 void Attribute.setOperator(Attribute.Operator operator)
           
 



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