com.bea.security.entitlements.admin.rbac
Class DataTableElement

java.lang.Object
  extended bycom.bea.security.entitlements.admin.rbac.DataTableElement
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BaseTableElement

public class DataTableElement
extends java.lang.Object
implements java.io.Serializable

The DataTableElement object is responsible for supporting row selection of objects that are placed within a datatable like attributes or membership rules.

See Also:
Serialized Form

Constructor Summary
DataTableElement()
           
 
Method Summary
 java.lang.String getcolor()
           
 java.lang.String getColorStyle()
          Return color style used for tables
 boolean isSelected()
          Check if current element is selcted
 void setSelected(boolean selected)
          Set current element as selected
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataTableElement

public DataTableElement()
Method Detail

getcolor

public java.lang.String getcolor()

getColorStyle

public java.lang.String getColorStyle()
Return color style used for tables

Returns:
backgound style

isSelected

public boolean isSelected()
Check if current element is selcted

Returns:
true of selected, false otherwise

setSelected

public void setSelected(boolean selected)
Set current element as selected

Parameters:
selected - true to select, false to unselect


Copyright © 2007 BEA Systems Inc. All Rights Reserved.