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

java.lang.Object
  extended by com.bea.alsb.presentation.ViewField
      extended by com.bea.wli.sb.transports.ui.TransportViewField

public class TransportViewField
extends ViewField

Represents a single read-only UI element in provider-specific portion of the service summary page ALSB console service registration wizard


Constructor Summary
TransportViewField(String label, Object value)
          default constructor
TransportViewField(String name, String label, Object value)
          default constructor
 
Method Summary
 
Methods inherited from class com.bea.alsb.presentation.ViewField
getLabel, getName, getValue, isAdvanced, isBasic, setAdvanced
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportViewField

public TransportViewField(String label,
                          Object value)
default constructor


TransportViewField

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