public class AlmListComponentBase extends AlmEditableComponent
Modifier and Type | Class and Description |
---|---|
static class |
AlmListComponentBase.valueOrder |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
VALUE_ORDER |
static java.lang.String |
VALUESET |
LABEL, PPRTARGETS, READONLY, REQUIRED, SIMPLE, VALIDATOR, VALUE, VALUETYPE
DISABLED, FOCUSLISTENER, HELPTOPICID, ID, KEYLISTENER, MOUSELISTENER, PROPERTYCHANGELISTENER, SHORTDESC, TAGNAME, TPC_NULL_VALUE, VISIBLE
Constructor and Description |
---|
AlmListComponentBase(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value) |
java.lang.Enum |
getValueOrder(AlmELContext elcontext) |
java.lang.Object |
getValueSet(AlmELContext elcontext) |
void |
setValueOrder(AlmELContext elcontext, java.lang.Enum valueOrder) |
void |
setValueSet(AlmELContext elcontext, java.lang.Object valueSet) |
getLabel, getPprTargets, getValidator, getValue, getValueType, isReadOnly, isRequired, isSimple, setLabel, setPprTargets, setReadOnly, setRequired, setSimple, setValidator, setValue, setValueType
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, validate
public static final java.lang.String VALUESET
public static final java.lang.String VALUE_ORDER
public void addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value)
addAttributeFromTag
in class AlmEditableComponent
public java.lang.Object getValueSet(AlmELContext elcontext)
public void setValueSet(AlmELContext elcontext, java.lang.Object valueSet)
public java.lang.Enum getValueOrder(AlmELContext elcontext)
public void setValueOrder(AlmELContext elcontext, java.lang.Enum valueOrder)