| Package | Description |
|---|---|
| org.kuali.rice.krad.uif.container | |
| org.kuali.rice.krad.uif.container.collections | |
| org.kuali.rice.krad.uif.element | |
| org.kuali.rice.krad.uif.util |
| Modifier and Type | Method and Description |
|---|---|
DialogGroup |
CollectionGroupBase.getAddLineDialog()
Dialog group to use for the add line when
CollectionGroup.isAddWithDialog() is true. |
DialogGroup |
CollectionGroup.getAddLineDialog()
Dialog group to use for the add line when
CollectionGroup.isAddWithDialog() is true. |
DialogGroup |
CollectionGroupBase.getEditLineDialogPrototype()
Dialog group prototype to use to create the edit line dialog when
CollectionGroup.isEditWithDialog()
is true. |
DialogGroup |
CollectionGroup.getEditLineDialogPrototype()
Dialog group prototype to use to create the edit line dialog when
CollectionGroup.isEditWithDialog()
is true. |
| Modifier and Type | Method and Description |
|---|---|
List<DialogGroup> |
CollectionGroupBase.getLineDialogs()
List of dialog groups that are configured for a line in the collection.
|
List<DialogGroup> |
CollectionGroup.getLineDialogs()
List of dialog groups that are configured for a line in the collection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CollectionGroupBuilder.refreshEditLineDialogContents(DialogGroup dialogGroup,
Object model,
CollectionGroup collectionGroup,
int lineIndex)
Helper method that checks if this is a refresh lifecycle and if the component to be refreshed is the
dialog group, and if the action parameters bind to the same object as the collection's current line, and
if they are then it returns true.
|
void |
CollectionGroupBase.setAddLineDialog(DialogGroup addLineDialog) |
void |
CollectionGroup.setAddLineDialog(DialogGroup addLineDialog) |
void |
CollectionGroupBase.setEditLineDialogPrototype(DialogGroup editLineDialogPrototype) |
void |
CollectionGroup.setEditLineDialogPrototype(DialogGroup editLineDialogPrototype) |
protected void |
CollectionGroupBuilder.setupEditLineDialog(DialogGroup editLineDialog,
CollectionGroup group,
int lineIndex,
String lineSuffix,
Object currentLine)
Helper method to create and setup the edit line dialog for the indexed line.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionGroupBase.setLineDialogs(List<DialogGroup> dialogGroups) |
void |
CollectionGroup.setLineDialogs(List<DialogGroup> dialogGroups) |
| Modifier and Type | Method and Description |
|---|---|
List<DialogGroup> |
LineBuilderContext.getLineDialogs()
List of dialog groups that make up the lines dialogs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineBuilderContext.setLineDialogs(List<DialogGroup> dialogGroups) |
| Constructor and Description |
|---|
LineBuilderContext(int lineIndex,
Object currentLine,
String bindingPath,
boolean bindToForm,
ViewModel model,
CollectionGroup collectionGroup,
List<? extends Component> lineActions,
List<DialogGroup> lineDialogs)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DialogGroup |
Action.getConfirmationDialog()
Dialog to use an a confirmation for the action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setConfirmationDialog(DialogGroup confirmationDialog) |
| Modifier and Type | Method and Description |
|---|---|
static DialogGroup |
ComponentFactory.getSessionTimeoutDialog()
Gets an instance of the session timeout dialog
|
static DialogGroup |
ComponentFactory.getSessionTimeoutWarningDialog()
Gets an instance of the session timeout warning dialog
|
static DialogGroup |
ComponentFactory.getYesNoDialog()
Gets an instance of the yes no dialog
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.