public class AlmTextActionComponent extends AlmInputTextComponent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION_LISTENER |
static java.lang.String |
ACTIONTOOLTIP |
static java.lang.String |
DISABLE_ACTION |
static java.lang.String |
ICON |
COLUMNS, DOCUMENTLISTENER, HINT, HISTORY_MODEL_NAME, MAXIMUMLENGTH
LABEL, PPRTARGETS, READONLY, REQUIRED, SIMPLE, VALIDATOR, VALUE, VALUETYPE
DISABLED, FOCUSLISTENER, HELPTOPICID, ID, KEYLISTENER, MOUSELISTENER, PROPERTYCHANGELISTENER, SHORTDESC, TAGNAME, TPC_NULL_VALUE, VISIBLE
Modifier | Constructor and Description |
---|---|
|
AlmTextActionComponent() |
protected |
AlmTextActionComponent(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.awt.event.ActionListener |
getActionListener(AlmELContext elcontext) |
java.lang.String |
getActionToolTip(AlmELContext elcontext) |
java.lang.String |
getIcon(AlmELContext elContext) |
boolean |
isDisableAction(AlmELContext elcontext) |
void |
setActionListener(AlmELContext elcontext, java.awt.event.ActionListener actionListener) |
void |
setActionToolTip(AlmELContext elContext, java.lang.String attrName) |
void |
setDisableAction(AlmELContext elcontext, boolean disableAction) |
void |
setIcon(AlmELContext elcontext, java.lang.String icon) |
getColumns, getDisplayValue, getDocumentListener, getHint, getHistoryModelName, getMaxLength, setColumns, setDisplayValue, setDocumentListener, setHint, setHistoryModelName, setMaxLength
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 ICON
public static final java.lang.String ACTIONTOOLTIP
public static final java.lang.String ACTION_LISTENER
public static final java.lang.String DISABLE_ACTION
public AlmTextActionComponent()
protected AlmTextActionComponent(java.lang.String name)
public void addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value)
addAttributeFromTag
in class AlmInputTextComponent
public java.lang.String getIcon(AlmELContext elContext)
public void setIcon(AlmELContext elcontext, java.lang.String icon)
public java.lang.String getActionToolTip(AlmELContext elcontext)
public void setActionToolTip(AlmELContext elContext, java.lang.String attrName)
public java.awt.event.ActionListener getActionListener(AlmELContext elcontext)
public void setActionListener(AlmELContext elcontext, java.awt.event.ActionListener actionListener)
public boolean isDisableAction(AlmELContext elcontext)
public void setDisableAction(AlmELContext elcontext, boolean disableAction)