public class AlmListComponent extends AlmListComponentBase
Modifier and Type | Class and Description |
---|---|
static class |
AlmListComponent.Selection |
AlmListComponentBase.valueOrder
VALUE_ORDER, 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 |
---|
AlmListComponent() |
Modifier and Type | Method and Description |
---|---|
void |
addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value) |
java.lang.Enum |
getSelection(AlmELContext elcontext) |
javax.swing.event.ListSelectionListener |
getSelectionListener(AlmELContext elcontext) |
void |
setSelection(AlmELContext elcontext, java.lang.Enum selection) |
void |
setSelectionListener(AlmELContext elcontext, javax.swing.event.ListSelectionListener selectionListener) |
getValueOrder, getValueSet, setValueOrder, setValueSet
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 void addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value)
addAttributeFromTag
in class AlmListComponentBase
public java.lang.Enum getSelection(AlmELContext elcontext)
public void setSelection(AlmELContext elcontext, java.lang.Enum selection)
public javax.swing.event.ListSelectionListener getSelectionListener(AlmELContext elcontext)
public void setSelectionListener(AlmELContext elcontext, javax.swing.event.ListSelectionListener selectionListener)