org.apache.tapestry.contrib.palette
Class PaletteOption
java.lang.Object
org.apache.tapestry.contrib.palette.PaletteOption
- All Implemented Interfaces:
- org.apache.tapestry.IRender
public class PaletteOption
- extends Object
- implements org.apache.tapestry.IRender
Used to hold options editable by a Palette component, so that they may
be sorted into an appropriate order.
- Author:
- Howard Lewis Ship
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaletteOption
public PaletteOption(String value,
String label)
render
public void render(org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle)
- Specified by:
render in interface org.apache.tapestry.IRender
getLabel
public String getLabel()
getValue
public String getValue()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.