|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Group in org.kuali.rice.krad.demo.uif.components |
---|
Methods in org.kuali.rice.krad.demo.uif.components that return Group | |
---|---|
Group |
ComponentLibraryView.getDetailsGroup()
The details group that will contain the description, usage, and properties tabGroup |
Methods in org.kuali.rice.krad.demo.uif.components that return types with arguments of type Group | |
---|---|
List<Group> |
ComponentExhibit.getDemoGroups()
Get the demoGroups demonstrating the component's features |
List<Group> |
ComponentLibraryView.getDemoGroups()
List of groups that will demostrate the functionality fo the component being demonstrated, these groups are copied directly into componentExhibit - this is an ease of use property |
Methods in org.kuali.rice.krad.demo.uif.components with parameters of type Group | |
---|---|
void |
ComponentLibraryView.setDetailsGroup(Group detailsGroup)
Set the details group |
Method parameters in org.kuali.rice.krad.demo.uif.components with type arguments of type Group | |
---|---|
void |
ComponentExhibit.setDemoGroups(List<Group> demoGroups)
Sets the demoGroups. |
void |
ComponentLibraryView.setDemoGroups(List<Group> demoGroups)
Set the demoGroups used for demonstrating features of the component |
Uses of Group in org.kuali.rice.krad.uif.container |
---|
Subclasses of Group in org.kuali.rice.krad.uif.container | |
---|---|
class |
AccordionGroup
Accordion group class used to stack groups by there header titles in an accordion layout |
class |
CollectionGroup
Group that holds a collection of objects and configuration for presenting the collection in the UI. |
class |
DialogGroup
Special type of Group that presents a the content for a modal dialog |
class |
LightTable
LightTable is a light-weight collection table implementation that supports a subset of features, Current known supported features are: DataField InputField with TextControl, CheckboxControl, or single SelectControl MessageField LinkField ActionField ImageField most RichTable options FieldGroup containing only Actions, Image, Messages, or Links SpringEL for String properties on supported components only SpringEL specifically for the render property Other features are not guaranteed to work, but may work at your own risk. |
class |
LinkGroup
Special Group that presents a grouping on links, which can
also include nested groupings of links |
class |
NavigationGroup
Special Group that renders a navigation section |
class |
PageGroup
A PageGroup represents a page of a View. |
class |
TabGroup
A group that presents its child Groups as tabs. |
class |
TreeGroup
Group component that is backed by a Tree data structure and typically
rendered as a tree in the user interface |
Methods in org.kuali.rice.krad.uif.container that return Group | |
---|---|
Group |
NodePrototype.getDataGroupPrototype()
|
Group |
ContainerBase.getFooter()
|
Group |
Container.getFooter()
Footer Group associated with the container |
Methods in org.kuali.rice.krad.uif.container that return types with arguments of type Group | |
---|---|
protected Node<Group,Message> |
TreeGroup.buildTreeNode(Node<Object,String> nodeData,
String bindingPrefix,
String parentNode)
|
protected Node<Group,Message> |
TreeGroup.copyNode(Node<Group,Message> node)
Copies a Node instance and then recursively copies each of its child nodes |
Tree<Group,Message> |
TreeGroup.getTreeGroups()
|
Methods in org.kuali.rice.krad.uif.container with parameters of type Group | |
---|---|
void |
NodePrototype.setDataGroupPrototype(Group dataGroupPrototype)
|
void |
ContainerBase.setFooter(Group footer)
|
void |
Container.setFooter(Group footer)
Setter for the containers footer |
Method parameters in org.kuali.rice.krad.uif.container with type arguments of type Group | |
---|---|
protected void |
TreeGroup.addNodeComponents(Node<Group,Message> node,
List<Component> components)
Retrieves the Component instances from the node for building the nested
components list |
protected Node<Group,Message> |
TreeGroup.copyNode(Node<Group,Message> node)
Copies a Node instance and then recursively copies each of its child nodes |
void |
TreeGroup.setTreeGroups(Tree<Group,Message> treeGroups)
|
Uses of Group in org.kuali.rice.krad.uif.element |
---|
Methods in org.kuali.rice.krad.uif.element that return Group | |
---|---|
Group |
Header.getLowerGroup()
Nested group instance that can be used to render contents below the header text |
Group |
Header.getRightGroup()
Nested group instance that can be used to render contents to the right of the header text |
Group |
Header.getUpperGroup()
Nested group instance that can be used to render contents above the header text |
Methods in org.kuali.rice.krad.uif.element with parameters of type Group | |
---|---|
void |
Header.setLowerGroup(Group lowerGroup)
Setter for the header group instance that is rendered below the header text |
void |
Header.setRightGroup(Group rightGroup)
Setter for the header group instance that is rendered to the right of the header text |
void |
Header.setUpperGroup(Group upperGroup)
Setter for the header group instance that is rendered above the header text |
Uses of Group in org.kuali.rice.krad.uif.field |
---|
Methods in org.kuali.rice.krad.uif.field that return Group | |
---|---|
Group |
FieldGroup.getGroup()
Group instance that is contained within in the field |
Methods in org.kuali.rice.krad.uif.field with parameters of type Group | |
---|---|
void |
FieldGroup.setGroup(Group group)
Setter for the field's nested group |
Uses of Group in org.kuali.rice.krad.uif.layout |
---|
Methods in org.kuali.rice.krad.uif.layout that return Group | |
---|---|
Group |
TableLayoutManager.getAddLineGroup()
When TableLayoutManager.isSeparateAddLine() is true, this group will be used to render the add line |
Group |
StackedLayoutManager.getAddLineGroup()
Group instance that will be used for the add line |
Group |
StackedLayoutManager.getLineGroupPrototype()
Group instance that is used as a prototype for creating the collection line groups. |
Group |
TableLayoutManager.getRowDetailsGroup()
The row details info group to use when using a TableLayoutManager with the a richTable. |
Group |
StackedLayoutManager.getWrapperGroup()
Group that will 'wrap' the generated collection lines so that they have a different layout from the general stacked layout |
Methods in org.kuali.rice.krad.uif.layout that return types with arguments of type Group | |
---|---|
List<Group> |
StackedLayoutManager.getStackedGroups()
Final List of Groups to render for the collection |
Methods in org.kuali.rice.krad.uif.layout with parameters of type Group | |
---|---|
protected String |
StackedLayoutManager.buildLineHeaderText(View view,
Object line,
Group lineGroup)
Builds the header text for the collection line |
void |
TableLayoutManager.setAddLineGroup(Group addLineGroup)
Setter for the add line Group |
void |
StackedLayoutManager.setAddLineGroup(Group addLineGroup)
Setter for the add line group |
void |
StackedLayoutManager.setLineGroupPrototype(Group lineGroupPrototype)
Setter for the line group prototype |
void |
TableLayoutManager.setRowDetailsGroup(Group rowDetailsGroup)
Set the row details info group |
void |
StackedLayoutManager.setWrapperGroup(Group wrapperGroup)
Setter for the wrapper group that will receive the generated line groups |
Method parameters in org.kuali.rice.krad.uif.layout with type arguments of type Group | |
---|---|
void |
StackedLayoutManager.setStackedGroups(List<Group> stackedGroups)
Setter for the collection groups |
Uses of Group in org.kuali.rice.krad.uif.modifier |
---|
Methods in org.kuali.rice.krad.uif.modifier with parameters of type Group | |
---|---|
protected boolean |
CompareFieldCreateModifier.performValueComparison(Group group,
Component compareItem,
Object model,
String compareValueObjectBindingPath)
For each attribute field in the compare item, retrieves the field value and compares against the value for the main comparable. |
Uses of Group in org.kuali.rice.krad.uif.util |
---|
Methods in org.kuali.rice.krad.uif.util that return Group | |
---|---|
static Group |
ComponentFactory.getFooter()
Gets the footer |
static Group |
ComponentFactory.getFooterSaveCloseCancel()
Gets the footer save/close/cancel |
static Group |
ComponentFactory.getGroup()
Gets the group |
static Group |
ComponentFactory.getGroupBodyOnly()
Gets the group body only |
static Group |
ComponentFactory.getGroupGridBodyOnly()
Gets the group grid body only |
static Group |
ComponentFactory.getGroupGridLayout()
Gets the group grid layout |
static Group |
ComponentFactory.getHorizontalBoxGroup()
Gets the horizontal box group |
static Group |
ComponentFactory.getHorizontalBoxSection()
Gets the horizontal box section |
static Group |
ComponentFactory.getVerticalBoxGroup()
Gets the vertical box group |
static Group |
ComponentFactory.getVerticalBoxSection()
Gets the vertical box section |
Uses of Group in org.kuali.rice.krad.uif.view |
---|
Methods in org.kuali.rice.krad.uif.view that return Group | |
---|---|
Group |
View.getApplicationFooter()
Footer for the application containing the view |
Group |
LookupView.getCriteriaGroup()
|
Group |
View.getNavigation()
NavigationGroup instance for the View |
Group |
View.getTopGroup()
TopGroup is an optional group of content that appears above the breadcrumbs and view header |
Methods in org.kuali.rice.krad.uif.view that return types with arguments of type Group | |
---|---|
List<Group> |
View.getDialogs()
Provide a list of dialog groups associated with this view |
List<? extends Group> |
View.getItems()
|
Methods in org.kuali.rice.krad.uif.view with parameters of type Group | |
---|---|
boolean |
ViewPresentationController.canEditGroup(View view,
ViewModel model,
Group group,
String groupId)
|
boolean |
ViewPresentationControllerBase.canEditGroup(View view,
ViewModel model,
Group group,
String groupId)
|
boolean |
ViewAuthorizer.canEditGroup(View view,
ViewModel model,
Group group,
String groupId,
Person user)
|
boolean |
ViewAuthorizerBase.canEditGroup(View view,
ViewModel model,
Group group,
String groupId,
Person user)
|
boolean |
ViewPresentationController.canViewGroup(View view,
ViewModel model,
Group group,
String groupId)
|
boolean |
ViewPresentationControllerBase.canViewGroup(View view,
ViewModel model,
Group group,
String groupId)
|
boolean |
ViewAuthorizer.canViewGroup(View view,
ViewModel model,
Group group,
String groupId,
Person user)
|
boolean |
ViewAuthorizerBase.canViewGroup(View view,
ViewModel model,
Group group,
String groupId,
Person user)
|
protected Map<String,String> |
ViewAuthorizerBase.getGroupPermissionDetails(View view,
Object dataObject,
Group group)
Builds the permission details map for a group which includes the component namespace, component name, and group id, in addition to property name for collection groups |
void |
View.setApplicationFooter(Group applicationFooter)
Setter for the application footer |
void |
LookupView.setCriteriaGroup(Group criteriaGroup)
|
void |
View.setNavigation(Group navigation)
Setter for the View's NavigationGroup |
void |
View.setTopGroup(Group topGroup)
Set the topGroup component which appears the breadcrumbs and view header |
Method parameters in org.kuali.rice.krad.uif.view with type arguments of type Group | |
---|---|
void |
View.setDialogs(List<Group> dialogs)
Sets the list of dialog groups for this view |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |