|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.htmlb.Component
com.sapportals.htmlb.Container
com.sapportals.htmlb.StatefulButtonGroupBase
com.sapportals.htmlb.CheckboxGroup
Checkboxes grouped together. This is primarily a layout control, i.e. the main purpose of this control is to create a typical layout for a group of checkboxes
Copyright 2004 SAP AG
| Field Summary | |
static String |
UI_ID
|
static int |
VAR_BEGIN
|
static int |
VAR_BEGIN_ITEM
|
static int |
VAR_END
|
static int |
VAR_END_ITEM
|
| Fields inherited from class com.sapportals.htmlb.Container |
elements |
| Constructor Summary | |
CheckboxGroup(String name)
create new group wih name |
|
| Method Summary | |
Component |
addComponent(Component component)
Add a component to this container. |
Component |
addComponent(Component component,
String key)
add a component to this container. |
Checkbox |
addItem(String key)
Add Item without text |
Checkbox |
addItem(String key,
String text)
Add Item with text to be displayed and according access key. |
String |
getAccessibilityDescription()
get the semantical description of the component in it's applicationcontext used by screenreaders |
int |
getColumnCount()
Get number of columns. |
StatefulButtonBase |
getComponentForKey(String key)
Get inner component with given key. |
int |
getCurrentItem()
Get current item. |
String |
getTextForKey(String key)
Get Text of inner component with given key. |
String |
getUI()
Get String specifier for this component. |
String |
getWidth()
|
void |
remove(String key)
Remove component by key. |
void |
setAccessibilityDescription(String accessibilityDescription)
sets the sematical description for the component in it's applicationcontext used by screenreaders |
void |
setColumnCount(int columnCount)
Set number of columns for rendering. |
void |
setCurrentItem(int currentItem)
Set current item. |
void |
setWidth(String width)
|
| Methods inherited from class com.sapportals.htmlb.Container |
addRawText, addText, getChildCount, iterator, preRender, removeComponent, render |
| Methods inherited from class com.sapportals.htmlb.Component |
getEncodedIdForForm, getId, getParent, initFromPageContext, initFromShortId, initializeFromId, isJsObjectNeeded, render, renderAsString, requiresForm, setId, setJsObjectNeeded, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String UI_ID
public static final int VAR_BEGIN
public static final int VAR_END
public static final int VAR_BEGIN_ITEM
public static final int VAR_END_ITEM
| Constructor Detail |
public CheckboxGroup(String name)
| Method Detail |
public Checkbox addItem(String key)
public Checkbox addItem(String key,
String text)
public Component addComponent(Component component,
String key)
component - the component to addkey - component keypublic Component addComponent(Component component)
addComponent in class Containercomponent - the component to add
addComponent(Component,String)public String getUI()
getUI in class Componentpublic String getWidth()
public void setWidth(String width)
public String getAccessibilityDescription()
public void setAccessibilityDescription(String accessibilityDescription)
accessibilityDescription - description text
public String getTextForKey(String key)
key - String specifying the inner component keypublic StatefulButtonBase getComponentForKey(String key)
key - String specifying the inner component keypublic int getColumnCount()
public void setColumnCount(int columnCount)
columnCount - specify number of columnspublic void remove(String key)
key - Key of component to removepublic int getCurrentItem()
public void setCurrentItem(int currentItem)
currentItem - int
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||