com.bea.wli.sb.transports.ui
Class TransportEditField

java.lang.Object
  extended by com.bea.wli.sb.transports.ui.TransportEditField

public class TransportEditField
extends Object

Represents a single editable UI element in provider-specific portion of ALSB console service registration wizard


Constructor Summary
TransportEditField(String name, String label, String description, boolean isrequired, boolean isdisabled, TransportUIFactory.TransportUIObject object)
          default constructor
 
Method Summary
 String getDescription()
          returns the description
static Map<String,TransportEditField> getFieldMap(TransportEditField[] fields)
          utils method to get a map of fields
 String getLabel()
          returns the label
 String getName()
          returns the name
 TransportUIFactory.TransportUIObject getObject()
          returns the UI Object
static Map<String,TransportUIFactory.TransportUIObject> getObjectMap(TransportEditField[] fields)
          utils method to get a map of UI objects
 boolean isAdvanced()
           
 boolean isBasic()
          return the "basic" flag
 boolean isDisabled()
          return the "disabled" flag
 boolean isRequired()
          return the "required" flag
 void setAdvanced(boolean isAdvanced)
          sets "disabled" flag
 void setDisabled(boolean isdisabled)
          sets "disabled" flag
 void setRequired(boolean isRequired)
          sets "required" flag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportEditField

public TransportEditField(String name,
                          String label,
                          String description,
                          boolean isrequired,
                          boolean isdisabled,
                          TransportUIFactory.TransportUIObject object)
default constructor

Method Detail

getName

public String getName()
returns the name


getLabel

public String getLabel()
returns the label


getDescription

public String getDescription()
returns the description


isRequired

public boolean isRequired()
return the "required" flag


isDisabled

public boolean isDisabled()
return the "disabled" flag


setDisabled

public void setDisabled(boolean isdisabled)
sets "disabled" flag


setRequired

public void setRequired(boolean isRequired)
sets "required" flag


isBasic

public boolean isBasic()
return the "basic" flag


isAdvanced

public boolean isAdvanced()

setAdvanced

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


getObject

public TransportUIFactory.TransportUIObject getObject()
returns the UI Object


getFieldMap

public static Map<String,TransportEditField> getFieldMap(TransportEditField[] fields)
utils method to get a map of fields


getObjectMap

public static Map<String,TransportUIFactory.TransportUIObject> getObjectMap(TransportEditField[] fields)
utils method to get a map of UI objects