public class AlmInputDateComponent extends AlmInputTextComponent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DATEFORMAT |
static java.lang.String |
HISTORY_MODEL_NAME |
COLUMNS, DOCUMENTLISTENER, HINT, MAXIMUMLENGTH
LABEL, PPRTARGETS, READONLY, REQUIRED, SIMPLE, VALIDATOR, VALUE, VALUETYPE
DISABLED, FOCUSLISTENER, HELPTOPICID, ID, KEYLISTENER, MOUSELISTENER, PROPERTYCHANGELISTENER, SHORTDESC, TAGNAME, TPC_NULL_VALUE, VISIBLE
Constructor and Description |
---|
AlmInputDateComponent() |
Modifier and Type | Method and Description |
---|---|
void |
addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value) |
java.lang.Object |
getAttribute(AlmELContext context, java.lang.String name) |
java.lang.String |
getDateFormat(AlmELContext elcontext) |
java.lang.String |
getHistoryModelName(AlmELContext elcontext) |
void |
setAttribute(AlmELContext context, java.lang.String name, java.lang.Object value) |
void |
setDateFormat(AlmELContext elcontext, java.lang.String format) |
void |
setHistoryModelName(AlmELContext elcontext, java.lang.String hint) |
getColumns, getDisplayValue, getDocumentListener, getHint, getMaxLength, setColumns, setDisplayValue, setDocumentListener, setHint, setMaxLength
getLabel, getPprTargets, getValidator, getValue, getValueType, isReadOnly, isRequired, isSimple, setLabel, setPprTargets, setReadOnly, setRequired, setSimple, setValidator, setValue, setValueType
addAlmScope, addAttributeFromTagImpl, addAttributeFromTagImpl, addChild, getAlmScopeMap, 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, setContainer, setDisabled, setFocusListener, setHelpTopicId, setId, setId, setJComponent, setKeyListener, setMouseListener, setParent, setPropertyChangeListener, setShortDesc, setTagName, setTagName, setVisible, updateUI, validate
public static final java.lang.String DATEFORMAT
public static final java.lang.String HISTORY_MODEL_NAME
public void addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value)
addAttributeFromTag
in class AlmInputTextComponent
public java.lang.String getDateFormat(AlmELContext elcontext)
public void setDateFormat(AlmELContext elcontext, java.lang.String format)
public java.lang.String getHistoryModelName(AlmELContext elcontext)
getHistoryModelName
in class AlmInputTextComponent
public void setHistoryModelName(AlmELContext elcontext, java.lang.String hint)
setHistoryModelName
in class AlmInputTextComponent
public void setAttribute(AlmELContext context, java.lang.String name, java.lang.Object value)
setAttribute
in class AlmComponent
public java.lang.Object getAttribute(AlmELContext context, java.lang.String name)
getAttribute
in class AlmComponent