com.tssap.util.ui.reuse.checkbox
Interface ICheckboxComponent

All Superinterfaces:
IEditable, IGenericComponent, IGridLayoutPaneContainer, IReuseable
All Known Implementing Classes:
CheckboxComponent

public interface ICheckboxComponent
extends IGenericComponent

Copyright: Copyright (c) 2002 Company: SAP AG


Method Summary
 java.lang.String getCheckboxLabel()
           
 ITextChooser getTextChooser(int index)
           
 ITextChooser[] getTextChoosers()
           
 boolean isChecked()
           
 void setCheckboxLabel(java.lang.String checkboxLabel)
           
 void setChecked(boolean checked)
           
 void setSelectorHasPushButton(boolean selectorHasPushButton)
           
 void setTextChooser(ITextChooser textChooser, int index)
           
 void setTextChoosers(ITextChooser[] textChoosers)
           
 
Methods inherited from interface com.tssap.util.ui.reuse.IGenericComponent
addModifyListener, addSelectionListener, createPartControl, createPartControl, getTitle, refresh, removeModifyListener, removeSelectionListener, setTitle
 
Methods inherited from interface com.tssap.util.ui.glpc.IGridLayoutPaneContainer
getUserGridNumOfColumns, initContainer, isUserGridEqualColSize
 
Methods inherited from interface com.tssap.util.ui.IEditable
isEditable, setEditable
 
Methods inherited from interface com.tssap.util.ui.reuse.IReuseable
createPartControl, isEnabled, setEnabled
 

Method Detail

getTextChoosers

public ITextChooser[] getTextChoosers()

setTextChoosers

public void setTextChoosers(ITextChooser[] textChoosers)

getTextChooser

public ITextChooser getTextChooser(int index)

setTextChooser

public void setTextChooser(ITextChooser textChooser,
                           int index)

isChecked

public boolean isChecked()

setChecked

public void setChecked(boolean checked)

getCheckboxLabel

public java.lang.String getCheckboxLabel()

setCheckboxLabel

public void setCheckboxLabel(java.lang.String checkboxLabel)

setSelectorHasPushButton

public void setSelectorHasPushButton(boolean selectorHasPushButton)


Copyright © 2005 SAP AG. All Rights Reserved.