public class LocalizedColumnTag extends ColumnTag implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
boolean |
defaultSort |
String |
headerColspan |
boolean |
isLocalizedTitle |
String |
sortAttr |
| Constructor and Description |
|---|
LocalizedColumnTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag()
When the tag starts, we just initialize some of our variables, and do a little bit of error checking to make sure
that the user is not trying to give us parameters that we don't expect.
|
String |
getHeaderColspan() |
boolean |
getIsLocalizedTitle() |
String |
getSortAttr() |
String |
getTitle()
internationalize the title
|
boolean |
isDefaultSort() |
void |
release()
called by the jsp framework to release state.
|
void |
setDefaultSort(boolean b) |
void |
setHeaderColspan(String s) |
void |
setIsLocalizedTitle(boolean b) |
void |
setSortAttr(String sortAttribute) |
String |
toString()
Returns a String representation of this Tag that is suitable for printing while debugging.
|
doEndTag, getAlign, getAutolink, getBackground, getBgcolor, getCellAttributes, getDecorator, getDecoratorClass, getDoubleQuote, getGroup, getHeaderStyleClass, getHeight, getHref, getIsShowHideColumn, getMaxLength, getMaxWords, getNowrap, getNulls, getOnClick, getParamId, getParamName, getParamProperty, getParamScope, getProperty, getShowHideProperty, getSort, getStyleClass, getValign, getValue, getWidth, replacePropertyIfPossible, setAlign, setAutolink, setBackground, setBgcolor, setDecorator, setDecoratorClass, setDoubleQuote, setGroup, setHeaderStyleClass, setHeight, setHref, setIsShowHideColumn, setMaxLength, setMaxWords, setNowrap, setNulls, setOnClick, setParamId, setParamName, setParamProperty, setParamScope, setProperty, setShowHideProperty, setSort, setStyleClass, setTitle, setValign, setValue, setWidthdoAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic boolean defaultSort
public boolean isLocalizedTitle
public String sortAttr
public String headerColspan
public boolean isDefaultSort()
public void setDefaultSort(boolean b)
public boolean getIsLocalizedTitle()
public void setIsLocalizedTitle(boolean b)
public String getSortAttr()
public void setSortAttr(String sortAttribute)
public String getHeaderColspan()
public void setHeaderColspan(String s)
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class ColumnTagjavax.servlet.jsp.JspExceptionpublic void release()
ColumnTagCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.