|
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.Group
A frame that is used to visually indicate elements that belong together
Copyright 2004 SAP AG
| Field Summary | |
static String |
UI_ID
|
static int |
VAR_BEGIN
|
static int |
VAR_END
|
| Fields inherited from class com.sapportals.htmlb.Container |
elements |
| Constructor Summary | |
Group()
create a new Group with default values, i.e. |
|
| Method Summary | |
GroupDesign |
getDesign()
get the design to be used for rendering this group. |
Component |
getHeaderComponent()
get the header Component for this group. |
String |
getHeight()
get the height of this group. |
String |
getTitle()
get the title of this group |
String |
getTooltip()
|
String |
getUI()
get a identification String for the renderer that is unique across all supported components. |
String |
getWidth()
get the width of this group. |
boolean |
isHeaderVisible()
Get the header title visibility status |
boolean |
requiresForm()
Determines if this Group requires to be placed in form. |
void |
setDesign(GroupDesign design)
set the design to be used for rendering this group. |
void |
setHeaderComponent(Component headerComponent)
set the header Component for this group. |
void |
setHeaderVisible(boolean visible)
Get the header title visibility status |
void |
setHeight(String height)
set the height of this group. |
void |
setTitle(String title)
set the title of this group |
void |
setTooltip(String tooltip)
|
void |
setWidth(String width)
set the width of this group. |
| Methods inherited from class com.sapportals.htmlb.Container |
addComponent, addRawText, addText, getChildCount, iterator, preRender, removeComponent, render |
| Methods inherited from class com.sapportals.htmlb.Component |
getEncodedIdForForm, getId, getParent, initFromPageContext, initFromShortId, initializeFromId, isJsObjectNeeded, render, renderAsString, 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
| Constructor Detail |
public Group()
| Method Detail |
public GroupDesign getDesign()
public void setDesign(GroupDesign design)
design - the design for this grouppublic String getTooltip()
public void setTooltip(String tooltip)
public String getWidth()
public void setWidth(String width)
width - the width of this grouppublic String getHeight()
public void setHeight(String height)
height - the height of this grouppublic String getTitle()
public void setTitle(String title)
title - the title of this grouppublic Component getHeaderComponent()
public void setHeaderComponent(Component headerComponent)
headerComponent - the Component or null if there is no header componentpublic String getUI()
Component
getUI in class Componentpublic boolean requiresForm()
requiresForm in class Componentpublic boolean isHeaderVisible()
public void setHeaderVisible(boolean visible)
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||