org.zkoss.zk.ui.select.impl
Class BasicPseudoClassDefs

java.lang.Object
  extended by org.zkoss.zk.ui.select.impl.BasicPseudoClassDefs

public class BasicPseudoClassDefs
extends java.lang.Object

The default set of pseudo classes in Selector.

Since:
6.0.0
Author:
simonpai

Constructor Summary
BasicPseudoClassDefs()
           
 
Method Summary
static PseudoClassDef getDefinition(java.lang.String name)
          Returns the pseudo class definition associated with the given name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicPseudoClassDefs

public BasicPseudoClassDefs()
Method Detail

getDefinition

public static PseudoClassDef getDefinition(java.lang.String name)
Returns the pseudo class definition associated with the given name

Parameters:
name - the pseudo class name
Returns:
a pseudo class definition


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