|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--javax.servlet.jsp.tagext.BodyTagSupport
|
+--com.sas.taglib.BaseBodyTag
|
+--com.sas.taglib.servlet.tbeans.BaseTransformationBodyTag
|
+--com.sas.taglib.servlet.tbeans.BaseActionTransformationBodyTag
|
+--com.sas.taglib.servlet.tbeans.dataselectors.ActionProviderMenuBarTag
BaseTag for the TableViews' menubars.
ActionProviderMenuBar, Serialized Form| Field Summary | |
static String |
RB_KEY
|
| Fields inherited from class com.sas.taglib.BaseBodyTag |
DELIMITERS |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| 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). |
String |
getLeftImage()
Gets the leftImage property (String). |
String |
getMenuType()
Gets the menuType property (String). |
String |
getRightImage()
Gets the rightImage property (String). |
String |
getSeparator()
Gets the separator property (String). |
String |
getSeparatorImage()
Gets the separatorImage property (String). |
String |
getStyleClassPrefix()
Gets the styleClassPrefix property (String). |
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(String value)
Sets the leftImage property (String). |
void |
setMenuType(String menuType)
Sets the menuType property (String). |
void |
setRightImage(String value)
Sets the rightImage property (String). |
void |
setSeparator(String separator)
Sets the separator property (String). |
void |
setSeparatorImage(String image)
Sets the separatorImage property (String). |
void |
setStyleClassPrefix(String styleClassPrefix)
Sets the styleClassPrefix property (String). |
void |
setTarget(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 |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
| Field Detail |
public static final 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(String target)
value - The value of the TARGET= argrument on the anchor tagpublic String getTarget()
public void setMenuType(String menuType)
menuType - the menuType Stringpublic String getMenuType()
public void setStyleClassPrefix(String styleClassPrefix)
styleClassPrefix - the styleClassPrefix Stringpublic String getStyleClassPrefix()
public void setHorizontalOrientation(boolean horizontalOrientation)
horizontalOrientation - the horizontalOrientation booleanpublic boolean isHorizontalOrientation()
public void setSeparator(String separator)
separator - the separator Stringpublic 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(String value)
value - The leftImage of the MenuBarpublic String getLeftImage()
public void setRightImage(String value)
value - The rightImage of the MenuBarpublic String getRightImage()
public void setSeparatorImage(String image)
image - the separatorImage Stringpublic String getSeparatorImage()
protected void applyAttributes()
throws JspException
applyAttributes in class BaseActionTransformationBodyTagcom.sas.taglib.servlet.tbeans.BaseTransformationBodyTagbaseTag - Any class which extends TransformationInterface is validJspException - Thrown if a JspException occurs.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||