public class AlmShuttleComponent extends AlmComponent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FROM_HEADERTEXT |
static java.lang.String |
HEIGHT |
static java.lang.String |
ISHORIZONTAL |
static java.lang.String |
MODEL |
static java.lang.String |
TO_HEADERTEXT |
static java.lang.String |
WIDTH |
DISABLED, FOCUSLISTENER, HELPTOPICID, ID, KEYLISTENER, MOUSELISTENER, PROPERTYCHANGELISTENER, SHORTDESC, TAGNAME, TPC_NULL_VALUE, VISIBLE
Constructor and Description |
---|
AlmShuttleComponent() |
Modifier and Type | Method and Description |
---|---|
void |
addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value) |
java.lang.String |
getFromHeaderText(AlmELContext elcontext) |
int |
getHeight(AlmELContext elcontext) |
AlmShuttleModel |
getModel(AlmELContext elcontext) |
java.lang.String |
getToHeaderText(AlmELContext elcontext) |
int |
getWidth(AlmELContext elcontext) |
boolean |
isHorizontal(AlmELContext elcontext) |
void |
setFromHeaderText(AlmELContext elcontext, java.lang.String headerText) |
void |
setHeight(AlmELContext elcontext, int height) |
void |
setHorizontal(AlmELContext elcontext, boolean horizontal) |
void |
setModel(AlmELContext elcontext, AlmShuttleModel model) |
void |
setToHeaderText(AlmELContext elcontext, java.lang.String headerText) |
void |
setWidth(AlmELContext elcontext, int width) |
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 MODEL
public static final java.lang.String ISHORIZONTAL
public static final java.lang.String WIDTH
public static final java.lang.String HEIGHT
public static final java.lang.String FROM_HEADERTEXT
public static final java.lang.String TO_HEADERTEXT
public void addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value)
addAttributeFromTag
in class AlmComponent
public AlmShuttleModel getModel(AlmELContext elcontext)
public void setModel(AlmELContext elcontext, AlmShuttleModel model)
public void setHorizontal(AlmELContext elcontext, boolean horizontal)
public boolean isHorizontal(AlmELContext elcontext)
public void setWidth(AlmELContext elcontext, int width)
public int getWidth(AlmELContext elcontext)
public void setHeight(AlmELContext elcontext, int height)
public int getHeight(AlmELContext elcontext)
public void setFromHeaderText(AlmELContext elcontext, java.lang.String headerText)
public java.lang.String getFromHeaderText(AlmELContext elcontext)
public void setToHeaderText(AlmELContext elcontext, java.lang.String headerText)
public java.lang.String getToHeaderText(AlmELContext elcontext)