Uses of Class
org.zkoss.zk.ui.select.impl.Selector.Combinator

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

Uses of Selector.Combinator in org.zkoss.zk.ui.select.impl
 

Methods in org.zkoss.zk.ui.select.impl that return Selector.Combinator
 Selector.Combinator SimpleSelectorSequence.getCombinator()
           
 Selector.Combinator Selector.getCombinator(int index)
          Return the i-th combinator
static Selector.Combinator Selector.Combinator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Selector.Combinator[] Selector.Combinator.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 Selector.Combinator
 void Selector.attachCombinator(Selector.Combinator combinator)
          Add combinator to the last simple selector sequence
 void SimpleSelectorSequence.setCombinator(Selector.Combinator combinator)
           
 



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