public class AlternateDecorator extends BaseDecorator
columnTag| Constructor and Description |
|---|
AlternateDecorator() |
| Modifier and Type | Method and Description |
|---|---|
String |
decorate(Object columnValue)
If string column value exists, use that.
|
String |
getSecondChoice()
Getter for property secondChoice.
|
void |
release() |
void |
setSecondChoice(String secondChoice)
Setter for property secondChoice.
|
doEndTag, doStartTag, evalAttr, generateErrorComment, getName, getParent, setName, setParentgetColumnTag, setColumnTagfinish, finishRow, getList, getListIndex, getObject, getPageContext, getViewIndex, init, initRow, setPageContextpublic String decorate(Object columnValue)
decorate in class BaseDecoratororg.apache.taglibs.display.ColumnDecorator#decorate(java.lang.Object)public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class BaseDecoratorpublic String getSecondChoice()
public void setSecondChoice(String secondChoice)
secondChoice - New value of property secondChoice.Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.