| |
|
| java.lang.Object com.sun.portal.app.sharedevents.faces.Custom
Custom | public class Custom (Code) | | This class provides functionality for custom tables.
|
Constructor Summary | |
public | Custom() Default constructor. |
Method Summary | |
public boolean | getDisabled() Set disabled value for table actions. | public Table | getTable() Get table component. | public void | setTable(Table table) Set table component. |
Custom | public Custom()(Code) | | Default constructor.
|
getDisabled | public boolean getDisabled()(Code) | | Set disabled value for table actions.
|
getTable | public Table getTable()(Code) | | Get table component.
|
setTable | public void setTable(Table table) throws IOException(Code) | | Set table component.
Parameters: component - The Table component. |
|
|
|