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


Nested Class Summary
 
Nested classes/interfaces inherited from interface jet.html.JetChildComponent
JetChildComponent.HasNoParent
 
Method Summary
 java.lang.Object clone()
          needs to be implemented
 void decodeForm(java.lang.StringBuilder builder, JetContext jetContext)
           
 java.lang.String getForId()
           
 void setForId(java.lang.String forId)
           
 
Methods inherited from interface jet.html.JetOutput
getContent, getEscape, getMessageKey, setContent, setEscape, setMessageKey
 
Methods inherited from interface jet.html.JetChildComponent
getForm, getParent, isHidden, setParent, toggleHidden
 
Methods inherited from interface jet.html.JetComponent
addListener, addListener, componentChanged, findComponent, findComponents, getIdentifier, getName, getStyleclass, incrementIdentifier, removeListener, removeListener, setComponentChanged, setContinueIdentifier, setIdentifier, setName, setStyleclass
 

Method Detail

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)