|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.taglib.servlet.tbeans.dataselectors.ActionProviderMenuBarTag
public class ActionProviderMenuBarTag
BaseTag for the TableViews' menubars.
ActionProviderMenuBar,
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
RB_KEY
|
| Fields inherited from class com.sas.taglib.BaseBodyTag |
|---|
DELIMITERS |
| Constructor Summary | |
|---|---|
ActionProviderMenuBarTag()
|
|
| Method Summary | |
|---|---|
protected void |
applyAttributes()
Sets the attributes on the underlying MenuBar object. |
int |
getBorderWidth()
Gets borderWidth property (Integer) |
int |
getCellPadding()
Gets the cellPadding property (Integer). |
int |
getCellSpacing()
Gets the cellSpacing property (Integer). |
int |
getHeight()
Gets the height property (Integer). |
int |
getHeightPercentage()
Gets the heightPercentage property (Integer). |
java.lang.String |
getLeftImage()
Gets the leftImage property (String). |
java.lang.String |
getMenuType()
Gets the menuType property (String). |
java.lang.String |
getRightImage()
Gets the rightImage property (String). |
java.lang.String |
getSeparator()
Gets the separator property (String). |
java.lang.String |
getSeparatorImage()
Gets the separatorImage property (String). |
java.lang.String |
getStyleClassPrefix()
Gets the styleClassPrefix property (String). |
java.lang.String |
getTarget()
getTarget returns the value of the TARGET= argument used on the anchor tags generated. |
int |
getWidth()
Gets the width property (Integer). |
int |
getWidthPercentage()
Gets the widthPercentage property (Integer). |
protected void |
initialize(boolean includeAttributes)
Initializes attributes and variables for this tag handler. |
boolean |
isHorizontalOrientation()
Gets the horizontalOrientation property (boolean). |
void |
setBorderWidth(int border)
Sets the borderWidth property (Integer). |
void |
setCellPadding(int padding)
Sets the cellPadding property (Integer). |
void |
setCellSpacing(int spacing)
Sets the cellSpacing property (Integer). |
void |
setHeight(int value)
Sets the height property (Integer). |
void |
setHeightPercentage(int value)
Sets the heightPercentage property (Integer). |
void |
setHorizontalOrientation(boolean horizontalOrientation)
Sets the horizontalOrientation property (boolean). |
void |
setLeftImage(java.lang.String value)
Sets the leftImage property (String). |
void |
setMenuType(java.lang.String menuType)
Sets the menuType property (String). |
void |
setRightImage(java.lang.String value)
Sets the rightImage property (String). |
void |
setSeparator(java.lang.String separator)
Sets the separator property (String). |
void |
setSeparatorImage(java.lang.String image)
Sets the separatorImage property (String). |
void |
setStyleClassPrefix(java.lang.String styleClassPrefix)
Sets the styleClassPrefix property (String). |
void |
setTarget(java.lang.String target)
Sets the value of the TARGET= argument used on the anchor tags generated. |
void |
setWidth(int value)
Sets the width property (Integer). |
void |
setWidthPercentage(int value)
Sets the widthPercentage property (Integer). |
| Methods inherited from class com.sas.taglib.servlet.tbeans.BaseActionTransformationBodyTag |
|---|
getActionProvider, setActionProvider |
| Methods inherited from class com.sas.taglib.servlet.tbeans.BaseTransformationBodyTag |
|---|
doEndTag, doStartTag, getCustomAttributes, getEpilog, getLocale, getName, getObjectDataProperty, getProlog, getRender, getRenderType, setCustomAttributes, setEpilog, setLocale, setName, setObjectDataProperty, setProlog, setRender, setRenderType |
| Methods inherited from class com.sas.taglib.BaseBodyTag |
|---|
doCatch, doFinally, getApplyAttributes, getBodyStrings, getCompositeComponentKey, getInstantiate, getPageContext, getRef, getScope, getTagScope, getWrappedClassName, getWrappedObject, getWrappedObject, loadBeanInstance, newInstance, release, removeFromScope, searchContext, setApplyAttributes, setCompositeComponentKey, setInstantiate, setRef, setScope, setTagScope, setVariableWithinScope, setWrappedClassName, setWrappedObject, validate |
| Field Detail |
|---|
public static final java.lang.String RB_KEY
| Constructor Detail |
|---|
public ActionProviderMenuBarTag()
| Method Detail |
|---|
protected void initialize(boolean includeAttributes)
initialize in class BaseActionTransformationBodyTagincludeAttributes - Set to true if attributes are to be set to default values.public void setTarget(java.lang.String target)
value - The value of the TARGET= argrument on the anchor tagpublic java.lang.String getTarget()
public void setMenuType(java.lang.String menuType)
menuType - the menuType Stringpublic java.lang.String getMenuType()
public void setStyleClassPrefix(java.lang.String styleClassPrefix)
styleClassPrefix - the styleClassPrefix Stringpublic java.lang.String getStyleClassPrefix()
public void setHorizontalOrientation(boolean horizontalOrientation)
horizontalOrientation - the horizontalOrientation booleanpublic boolean isHorizontalOrientation()
public void setSeparator(java.lang.String separator)
separator - the separator Stringpublic java.lang.String getSeparator()
public void setBorderWidth(int border)
border - The border width in pixelspublic int getBorderWidth()
public void setCellSpacing(int spacing)
spacing - The number of pixels between each cellpublic int getCellSpacing()
public void setCellPadding(int padding)
padding - The number of pixels between the cell border and the cell
contentpublic int getCellPadding()
public void setWidth(int value)
value - The width of the MenuBar/Table in pixelspublic int getWidth()
public void setWidthPercentage(int value)
value - The width of the MenuBar/Table as a percentagepublic int getWidthPercentage()
public void setHeight(int value)
value - The height of the MenuBar/Table in pixelspublic int getHeight()
public void setHeightPercentage(int value)
value - The height of the MenuBar/Table as a percentagepublic int getHeightPercentage()
public void setLeftImage(java.lang.String value)
value - The leftImage of the MenuBarpublic java.lang.String getLeftImage()
public void setRightImage(java.lang.String value)
value - The rightImage of the MenuBarpublic java.lang.String getRightImage()
public void setSeparatorImage(java.lang.String image)
image - the separatorImage Stringpublic java.lang.String getSeparatorImage()
protected void applyAttributes()
throws javax.servlet.jsp.JspException
applyAttributes in class BaseActionTransformationBodyTagjavax.servlet.jsp.JspException - Thrown if a JspException occurs.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||