org.zkoss.zk.ui.select.impl
Class Token
java.lang.Object
org.zkoss.zk.ui.select.impl.Token
public class Token
- extends java.lang.Object
The model of Selector token.
- Since:
- 6.0.0
- Author:
- simonpai
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Token
public Token(Token.Type group,
int begin,
int end)
getType
public Token.Type getType()
getBeginIndex
public int getBeginIndex()
getEndIndex
public int getEndIndex()
source
public java.lang.String source(java.lang.String mother)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.