public class SortByColumnDataBean extends ListDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Deprecated.
|
protected java.lang.String | Heading
Deprecated.
|
protected java.lang.String | image
Deprecated.
|
protected java.lang.String | text
Deprecated.
|
Constructor and Description |
---|
SortByColumnDataBean()
Deprecated.
SortByColumnDataBean constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getCommandInterfaceName()
Deprecated.
Returns the name of the command which populates the databean.
|
java.lang.String | getHeading()
Deprecated.
Return the text to use for the column heading.
|
java.lang.String | getImage()
Deprecated.
Return the relative pathname of the image to use for the sort by button in each row of the table.
|
java.lang.String | getText()
Deprecated.
Return the text to use as alternate text or as the display name if no image is defined.
|
void | setHeading(java.lang.String newValue)
Deprecated.
Set the name of the column heading.
|
void | setImage(java.lang.String newValue)
Deprecated.
Set the relative pathname to use for the sort button image.
|
void | setText(java.lang.String newValue)
Deprecated.
Set the alternate text for the sort button.
|
public static final java.lang.String COPYRIGHT
protected java.lang.String text
protected java.lang.String image
protected java.lang.String Heading
public SortByColumnDataBean()
public java.lang.String getCommandInterfaceName()
public java.lang.String getHeading()
public java.lang.String getImage()
public java.lang.String getText()
public void setHeading(java.lang.String newValue)
public void setImage(java.lang.String newValue)
public void setText(java.lang.String newValue)