|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.tacos.ajax.components.palette.PaletteOption
public class PaletteOption
Used to hold options editable by a Palette component, so that they may be sorted into an appropriate order.
Constructor Summary | |
---|---|
PaletteOption(String value,
String label)
Creates new option |
Method Summary | |
---|---|
String |
getLabel()
Label |
String |
getValue()
Value |
void |
render(org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PaletteOption(String value, String label)
value
- label
- Method Detail |
---|
public void render(org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle)
render
in interface org.apache.tapestry.IRender
public String getLabel()
public String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |