public class AlmEditorComponent extends AlmComponent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HORIZONTAL_SCROLLABLE |
static java.lang.String |
VERTICAL_SCROLLABLE |
DISABLED, FOCUSLISTENER, HELPTOPICID, ID, KEYLISTENER, MOUSELISTENER, PROPERTYCHANGELISTENER, SHORTDESC, TAGNAME, TPC_NULL_VALUE, VISIBLE
Constructor and Description |
---|
AlmEditorComponent() |
AlmEditorComponent(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value) |
boolean |
isHorizontalScrollable(AlmELContext elcontext) |
boolean |
isVerticalScrollable(AlmELContext elcontext) |
void |
setHorizontalScrollable(AlmELContext elcontext, boolean scrollable) |
void |
setVerticalScrollable(AlmELContext elcontext, boolean scrollable) |
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 VERTICAL_SCROLLABLE
public static final java.lang.String HORIZONTAL_SCROLLABLE
public AlmEditorComponent()
public AlmEditorComponent(java.lang.String name)
public void addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value)
addAttributeFromTag
in class AlmComponent
public boolean isVerticalScrollable(AlmELContext elcontext)
public void setVerticalScrollable(AlmELContext elcontext, boolean scrollable)
public boolean isHorizontalScrollable(AlmELContext elcontext)
public void setHorizontalScrollable(AlmELContext elcontext, boolean scrollable)