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

java.lang.Object
  extended by 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

Nested Class Summary
static class Token.Type
           
 
Constructor Summary
Token(Token.Type group, int begin, int end)
           
 
Method Summary
 int getBeginIndex()
           
 int getEndIndex()
           
 Token.Type getType()
           
 java.lang.String source(java.lang.String mother)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Token

public Token(Token.Type group,
             int begin,
             int end)
Method Detail

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. SourceForge.net Logo