OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

org.apache.myjs.trinidad.component
Class AdfUIGroup

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIGroup

public class AdfUIGroup
extends Object
The group component is an invisible control that aggregates semantically-related children; the group itself has no associated client representation (visual or API). Some parent components may have special representation for groups like adding separators around the group but this is a special case and is not always rendered this way. In most cases, only the children of the group will be rendered directly to the page. There will be no layout applied to the children so the natural layout behavior of the underlying HTML elements will apply. If you require a more predictable layout, you should use a layout component such as panelGroupLayout.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUIGroup()
The group component is an invisible control that aggregates semantically-related children; the group itself has no associated client representation (visual or API).


Method Summary

public String
getEndBoundary()
Get function for attribute for 'endBoundary'.
public String
getStartBoundary()
Get function for attribute for 'startBoundary'.
public String
getTitle()
Get function for attribute for 'title'.
public void
setEndBoundary(String newEndBoundary)
Set function for attribute 'EndBoundary'.
public void
setStartBoundary(String newStartBoundary)
Set function for attribute 'StartBoundary'.
public void
setTitle(String newTitle)
Set function for attribute 'Title'.


Field Detail


Constructor Detail


AdfUIGroup

public AdfUIGroup()

The group component is an invisible control that aggregates semantically-related children; the group itself has no associated client representation (visual or API). Some parent components may have special representation for groups like adding separators around the group but this is a special case and is not always rendered this way. In most cases, only the children of the group will be rendered directly to the page. There will be no layout applied to the children so the natural layout behavior of the underlying HTML elements will apply. If you require a more predictable layout, you should use a layout component such as panelGroupLayout.

Method Detail


getEndBoundary

public String getEndBoundary()

Get function for attribute for 'endBoundary'.

Return:
String - EndBoundary

getStartBoundary

public String getStartBoundary()

Get function for attribute for 'startBoundary'.

Return:
String - StartBoundary

getTitle

public String getTitle()

Get function for attribute for 'title'.

Return:
String - Title

setEndBoundary

public void setEndBoundary(String newEndBoundary)

Set function for attribute 'EndBoundary'.

Parameters:
newEndBoundary    
Return:
void - No Value returned

setStartBoundary

public void setStartBoundary(String newStartBoundary)

Set function for attribute 'StartBoundary'.

Parameters:
newStartBoundary    
Return:
void - No Value returned

setTitle

public void setTitle(String newTitle)

Set function for attribute 'Title'.

Parameters:
newTitle    
Return:
void - No Value returned

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2012.08.25 02:16 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.