com.bea.alsb.presentation
Class CheckBoxObject

java.lang.Object
  extended by com.bea.alsb.presentation.CheckBoxObject
All Implemented Interfaces:
Constants, ICheckBoxObject, UIObject
Direct Known Subclasses:
TransportUIFactory.CheckBoxObject

public class CheckBoxObject
extends Object
implements UIObject, Constants, ICheckBoxObject

Check Box Object


Field Summary
 
Fields inherited from interface com.bea.alsb.presentation.Constants
TYPE_BROWSER_TEXTBOX, TYPE_CHECKBOX, TYPE_CONFIRM, TYPE_DYN_TABLE, TYPE_EXPAND_TABLE, TYPE_HINT_TEXTAREA, TYPE_HINT_TEXTBOX, TYPE_PASSWORD, TYPE_SELECT, TYPE_SIMPLE_TABLE, TYPE_TEXTAREA, TYPE_TEXTBOX
 
Constructor Summary
CheckBoxObject(String value, boolean checked, boolean hasEvent)
          constructor
 
Method Summary
 int getType()
          returns the type
 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckBoxObject

public CheckBoxObject(String value,
                      boolean checked,
                      boolean hasEvent)
constructor

Method Detail

getType

public int getType()
returns the type

Specified by:
getType in interface UIObject

getValue

public String getValue()
returns the value

Specified by:
getValue in interface ICheckBoxObject

ischecked

public boolean ischecked()
returns the check flag

Specified by:
ischecked in interface ICheckBoxObject

setChecked

public void setChecked(boolean checked)
set checked

Specified by:
setChecked in interface ICheckBoxObject

hasEvent

public boolean hasEvent()
returns whether to fire an event

Specified by:
hasEvent in interface ICheckBoxObject