com.bea.alsb.presentation
Class ViewField

java.lang.Object
  extended by com.bea.alsb.presentation.ViewField
Direct Known Subclasses:
TransportViewField

public class ViewField
extends Object

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

ViewField

public ViewField(String label,
                 Object value)
default constructor


ViewField

public ViewField(String name,
                 String label,
                 Object value)
default constructor

Method Detail

getLabel

public String getLabel()
returns the label for the field


getValue

public Object getValue()
returns the value for the field


getName

public Object getName()
returns the value for the field


isBasic

public boolean isBasic()
return the "basic" flag


isAdvanced

public boolean isAdvanced()

setAdvanced

public void setAdvanced(boolean isAdvanced)
sets "disabled" flag