com.sapportals.htmlb

Interface LabeledComponent

All Known Implementing Classes:
Checkbox, DropdownListBox, InputField, Link, ListBox, RadioButton, TextEdit, TextView

public interface LabeledComponent

Interface for components that can be labeled, i.e. can have a Label attached to them.

Copyright 2004 SAP AG


Method Summary
 boolean isLabeled()
          checks if a label has been assigned to this component.
 void setLabeled(boolean isLabeled)
          notify the component that a label has been assigned to it.
 

Method Detail

setLabeled

public void setLabeled(boolean isLabeled)
notify the component that a label has been assigned to it.


isLabeled

public boolean isLabeled()
checks if a label has been assigned to this component.



Copyright 2006 SAP AG Complete Copyright Notice