com.bea.alsb.presentation
Interface ICheckBoxObject

All Known Implementing Classes:
CheckBoxObject, TransportUIFactory.CheckBoxObject

public interface ICheckBoxObject

Check Box Interface


Method Summary
 String getValue()
          returns the value
 boolean hasEvent()
          returns whether to fire an event
 boolean ischecked()
          returns the check flag
 void setChecked(boolean checked)
          set checked
 

Method Detail

getValue

String getValue()
returns the value


ischecked

boolean ischecked()
returns the check flag


setChecked

void setChecked(boolean checked)
set checked


hasEvent

boolean hasEvent()
returns whether to fire an event