|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.alsb.presentation.ViewField
public class ViewField
Represents a single read-only UI element in provider-specific portion of the service summary page ALSB console service registration wizard.
| Constructor Summary | |
|---|---|
ViewField(String label,
Object value)
default constructor |
|
ViewField(String name,
String label,
Object value)
default constructor |
|
| Method Summary | |
|---|---|
String |
getLabel()
returns the label for the field |
Object |
getName()
returns the value for the field |
Object |
getValue()
returns the value for the field |
boolean |
isAdvanced()
|
boolean |
isBasic()
return the "basic" flag |
void |
setAdvanced(boolean isAdvanced)
sets "disabled" flag |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewField(String label,
Object value)
public ViewField(String name,
String label,
Object value)
| Method Detail |
|---|
public String getLabel()
public Object getValue()
public Object getName()
public boolean isBasic()
public boolean isAdvanced()
public void setAdvanced(boolean isAdvanced)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||