|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.wli.sb.transports.ui.TransportUIFactory.ExpandableRowObject
public static class TransportUIFactory.ExpandableRowObject
Expandable Row Object
| Field Summary | |
|---|---|
static String |
COLLAPSED
|
static String |
EXPANDED
|
| Constructor Summary | |
|---|---|
TransportUIFactory.ExpandableRowObject(boolean expanded,
boolean selected,
String label,
List<TransportEditField> fields)
Constructor |
|
TransportUIFactory.ExpandableRowObject(boolean selected,
String label,
List<TransportEditField> fields)
|
|
| Method Summary | |
|---|---|
TransportUIError[] |
getErrors()
returns the validation errors for the fields in this row |
List<TransportEditField> |
getFields()
returns the list of fields for the expanded row |
String |
getLabel()
returns the label for each row |
boolean |
isExpanded()
returns whether the row is expanded |
boolean |
isSelected()
returns whether the row is selected (checked) |
void |
setErrors(TransportUIError[] errors)
set the validation errors for the fields in this row |
void |
setExpanded(boolean expanded)
sets the row to expanded(true) or collapsed(false) |
void |
setSelected(boolean selected)
sets the selected row |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String EXPANDED
public static final String COLLAPSED
| Constructor Detail |
|---|
public TransportUIFactory.ExpandableRowObject(boolean expanded,
boolean selected,
String label,
List<TransportEditField> fields)
public TransportUIFactory.ExpandableRowObject(boolean selected,
String label,
List<TransportEditField> fields)
| Method Detail |
|---|
public boolean isExpanded()
public void setExpanded(boolean expanded)
public boolean isSelected()
public void setSelected(boolean selected)
public String getLabel()
public List<TransportEditField> getFields()
public TransportUIError[] getErrors()
public void setErrors(TransportUIError[] errors)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||