public abstract class AbstractDecoratorBean extends Object implements net.anotheria.util.sorter.IComparable
| Constructor and Description |
|---|
AbstractDecoratorBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method) |
List<StatCaptionBean> |
getCaptions() |
String |
getDecoratorNameForCss() |
String |
getName() |
String |
getSortByParameterName() |
String |
getSortOrderParameterName() |
void |
setCaptions(List<StatCaptionBean> someCaptions) |
void |
setName(String name) |
public String getName()
public void setName(String name)
public List<StatCaptionBean> getCaptions()
public void setCaptions(List<StatCaptionBean> someCaptions)
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method)
compareTo in interface net.anotheria.util.sorter.IComparablepublic String getSortByParameterName()
public String getSortOrderParameterName()
public String getDecoratorNameForCss()
Copyright © 2010-2015 anotheria.net. All Rights Reserved.