public class AlmOutputTextComponent extends AlmComponent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LABEL |
static java.lang.String |
SIMPLE |
static java.lang.String |
VALUE |
DISABLED, FOCUSLISTENER, HELPTOPICID, ID, KEYLISTENER, MOUSELISTENER, PROPERTYCHANGELISTENER, SHORTDESC, TAGNAME, TPC_NULL_VALUE, VISIBLE| Constructor and Description |
|---|
AlmOutputTextComponent() |
AlmOutputTextComponent(java.lang.String string) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value) |
java.lang.String |
getLabel(AlmELContext elcontext) |
java.lang.Object |
getValue(AlmELContext elcontext) |
boolean |
isSimple(AlmELContext elcontext) |
void |
setLabel(AlmELContext elcontext, java.lang.String label) |
void |
setSimple(AlmELContext elcontext, boolean isSimple) |
void |
setValue(AlmELContext elcontext, java.lang.Object value) |
addAlmScope, addAttributeFromTagImpl, addAttributeFromTagImpl, addChild, getAlmScopeMap, getAttribute, getAttributes, getAttributeValueExpression, getChildren, getClientId, getContainer, getFocusListener, getHelpTopicId, getId, getId, getJComponent, getKeyListener, getMouseListener, getParent, getPropertyChangeListener, getRefObjects, getShortDesc, getTagName, getTagName, getVisibleChildren, isDisabled, isVisible, release, removeAllChildren, removeListeners, render, setAttribute, setAttribute, setContainer, setDisabled, setFocusListener, setHelpTopicId, setId, setId, setJComponent, setKeyListener, setMouseListener, setParent, setPropertyChangeListener, setShortDesc, setTagName, setTagName, setVisible, updateUI, validatepublic static final java.lang.String LABEL
public static final java.lang.String VALUE
public static final java.lang.String SIMPLE
public AlmOutputTextComponent(java.lang.String string)
public AlmOutputTextComponent()
public void addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value)
addAttributeFromTag in class AlmComponentpublic boolean isSimple(AlmELContext elcontext)
public void setSimple(AlmELContext elcontext, boolean isSimple)
public java.lang.String getLabel(AlmELContext elcontext)
public void setLabel(AlmELContext elcontext, java.lang.String label)
public java.lang.Object getValue(AlmELContext elcontext)
public void setValue(AlmELContext elcontext, java.lang.Object value)