org.apache.wicket.examples.base.markup
Class ClassValue

java.lang.Object
  extended by org.apache.wicket.examples.base.markup.ClassValue
All Implemented Interfaces:
CharSequence

public class ClassValue
extends Object
implements CharSequence


Method Summary
 char charAt(int index)
           
 int length()
           
static ClassValue of(CharSequence value)
           
static ClassValue of(ComponentTag tag)
           
 CharSequence subSequence(int start, int end)
           
 String toString()
           
 ClassValue with(String clz)
           
 ClassValue without(String clz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

of

public static ClassValue of(ComponentTag tag)

of

public static ClassValue of(CharSequence value)

without

public ClassValue without(String clz)

with

public ClassValue with(String clz)

toString

public String toString()
Specified by:
toString in interface CharSequence
Overrides:
toString in class Object

length

public int length()
Specified by:
length in interface CharSequence

charAt

public char charAt(int index)
Specified by:
charAt in interface CharSequence

subSequence

public CharSequence subSequence(int start,
                                int end)
Specified by:
subSequence in interface CharSequence


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.