|
| 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.graphics.AbstractBaseGraphicsTag
| Fields inherited from class com.sas.taglib.BaseBodyTag |
DELIMITERS, RB_KEY |
| 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 | |
AbstractBaseGraphicsTag()
|
|
| Method Summary | |
protected void |
applyAttributes()
Sets the attributes (image, alternateText, alignment, height, width, horizontalSpace, verticalSpace, borderWidth, useAsFormElement, URL, target, model, modelObject) on the underlying Image object. |
String |
getAlignment()
Gets the alignment attribute (String) |
String |
getAlternateText()
Gets the alternateText attribute (String) |
int |
getBorderWidth()
Gets the borderWidth attribute (int) The default borderWidth is 0. |
int |
getHeight()
Gets the height attribute (int) |
int |
getHorizontalSpace()
Gets the horizontalSpace attribute (int) |
String |
getImage()
Gets the image attribute (String) |
String |
getStyleClassPrefix()
Returns the styleClassPrefix property. |
String |
getTarget()
Gets the target attribute (String) |
String |
getURL()
Gets the URL property (String) o |
int |
getVerticalSpace()
Gets the verticalSpace attribute (int) |
int |
getWidth()
Gets the width attribute (int) |
protected void |
initialize(boolean includeAttributes)
Initializes attributes and variables for this tag handler. |
boolean |
isAllActionsVisible()
Gets the allActionVisible attribute (boolean) |
boolean |
isGalleryImageVisible()
Gets the galleryImageVisible attribute (boolean) |
void |
setAlignment(String alignment)
Sets the alignment attribute (String) |
void |
setAllActionsVisible(boolean allActionsVisible)
Sets the allActionsVisble attribute (String) |
void |
setAlternateText(String alttxt)
Sets the alternateText attribute (String) |
void |
setBorderWidth(int bwidth)
Sets the borderWidth attribute (int) The default borderWidth |
void |
setGalleryImageVisible(boolean galleryImageVisible)
Sets the galleryImageVisible attribute (String) |
void |
setHeight(int h)
Sets the height attribute (int) |
void |
setHorizontalSpace(int hspace)
Sets the horizontalSpace attribute (int) |
void |
setImage(String imagesrc)
Sets the image attribute (String) |
void |
setStyleClassPrefix(String styleClassPrefix)
Sets the styleClassPrefix property |
void |
setTarget(String value)
Sets the target attribute (String) |
void |
setURL(String value)
Sets the URL attribute (String) |
void |
setVerticalSpace(int vspace)
Sets the verticalSpace attribute (int) |
void |
setWidth(int w)
Sets the width attribute (int) |
| 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 |
| Constructor Detail |
public AbstractBaseGraphicsTag()
| 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 setImage(String imagesrc)
imagesrc - The URL location of the image.public void setAlternateText(String alttxt)
alttxt - The alternate textpublic void setAlignment(String alignment)
align - The text alignmentpublic void setHeight(int h)
height - The heightpublic void setWidth(int w)
width - The width of the vhartpublic void setHorizontalSpace(int hspace)
hspace - The horizontal spacingpublic void setVerticalSpace(int vspace)
vspace - The vertical spacingpublic void setBorderWidth(int bwidth)
border - The border widthpublic void setURL(String value)
url - The URL to which the chart should be linked.public void setTarget(String value)
target - The target the chartpublic void setAllActionsVisible(boolean allActionsVisible)
boolean1 - public void setGalleryImageVisible(boolean galleryImageVisible)
boolean1 - public void setStyleClassPrefix(String styleClassPrefix)
styleClassPrefix - A string to prepend to the styleClass namegetStyleClassPrefix()public String getImage()
public String getAlternateText()
public String getAlignment()
public int getHeight()
public int getWidth()
public int getHorizontalSpace()
public int getVerticalSpace()
public int getBorderWidth()
public String getURL()
public String getTarget()
public boolean isAllActionsVisible()
public boolean isGalleryImageVisible()
public String getStyleClassPrefix()
setStyleClassPrefix(java.lang.String)
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 | |||||||||||||