jet.html
Interface JetLabel
- All Superinterfaces:
- java.lang.Cloneable, Decodeable, JetChildComponent, JetComponent, JetOutput, JetOutputComponent, java.io.Serializable
- All Known Implementing Classes:
- JetLabel
public interface JetLabel
- extends JetOutput
Methods inherited from interface jet.html.JetComponent |
addListener, addListener, componentChanged, findComponent, findComponents, getIdentifier, getName, getStyleclass, incrementIdentifier, removeListener, removeListener, setComponentChanged, setContinueIdentifier, setIdentifier, setName, setStyleclass |
decodeForm
void decodeForm(java.lang.StringBuilder builder,
JetContext jetContext)
- Specified by:
decodeForm
in interface Decodeable
- Specified by:
decodeForm
in interface JetComponent
- Specified by:
decodeForm
in interface JetOutput
clone
java.lang.Object clone()
- Description copied from interface:
Cloneable
- needs to be implemented
- Specified by:
clone
in interface JetComponent
- Specified by:
clone
in interface JetOutput
- Returns:
- Obejct the clone of it
getForId
java.lang.String getForId()
setForId
void setForId(java.lang.String forId)