Uses of Class
org.broadleafcommerce.openadmin.web.form.component.ListGridAction
Packages that use ListGridAction
-
Uses of ListGridAction in org.broadleafcommerce.openadmin.web.form.component
Fields in org.broadleafcommerce.openadmin.web.form.component declared as ListGridActionModifier and TypeFieldDescriptionstatic final ListGridActionDefaultListGridActions.ADDstatic final ListGridActionDefaultListGridActions.ADD_EMPTYstatic final ListGridActionDefaultListGridActions.ASSET_ADDstatic final ListGridActionDefaultListGridActions.ASSET_GRID_SINGLE_SELECTstatic final ListGridActionDefaultListGridActions.CONFIRMABLE_REMOVEstatic final ListGridActionDefaultListGridActions.EDITstatic final ListGridActionDefaultListGridActions.MANUAL_FETCHstatic final ListGridActionDefaultListGridActions.MULTI_SELECTstatic final ListGridActionDefaultListGridActions.PREVIEWstatic final ListGridActionDefaultListGridActions.REFRESHstatic final ListGridActionDefaultListGridActions.REMOVEstatic final ListGridActionDefaultListGridActions.SINGLE_SELECTstatic final ListGridActionDefaultListGridActions.TREE_ADDstatic final ListGridActionDefaultListGridActions.TREE_JUMP_TO_CONTEXTstatic final ListGridActionDefaultListGridActions.TREE_LOOKUP_SELECTstatic final ListGridActionDefaultListGridActions.UPDATEstatic final ListGridActionDefaultListGridActions.VIEWFields in org.broadleafcommerce.openadmin.web.form.component with type parameters of type ListGridActionModifier and TypeFieldDescriptionprotected List<ListGridAction>ListGridActionGroup.listGridActionsprotected List<ListGridAction>ListGrid.modalRowActionsprotected List<ListGridAction>ListGrid.rowActionsprotected List<ListGridAction>ListGrid.toolbarActionsMethods in org.broadleafcommerce.openadmin.web.form.component that return ListGridActionModifier and TypeMethodDescriptionListGridAction.clone()ListGridActionGroup.findAction(String actionId) ListGrid.findModalRowAction(String actionId) ListGrid.findRowAction(String actionId) ListGrid.findToolbarAction(String actionId) ListGridAction.withActionTargetEntity(String actionTargetEntity) ListGridAction.withActionUrlOverride(String actionUrlOverride) ListGridAction.withAllCapable(Boolean allCapable) ListGridAction.withButtonClass(String buttonClass) ListGridAction.withConfirmEnabledText(String confirmEnabledText) ListGridAction.withDisplayText(String displayText) ListGridAction.withForListGridReadOnly(Boolean forListGridReadOnly) ListGridAction.withIconClass(String iconClass) ListGridAction.withIsConfirmEnabled(Boolean isConfirmEnabled) ListGridAction.withRequiresNonEmptyGrid(Boolean requiresNonEmptyGrid) ListGridAction.withSingleActionOnly(Boolean singleActionOnly) ListGridAction.withUrlPostfix(String urlPostfix) Methods in org.broadleafcommerce.openadmin.web.form.component that return types with arguments of type ListGridActionModifier and TypeMethodDescriptionListGridActionGroup.getActiveActions(boolean listGridIsReadOnly) Grabs a filtered list of actions filtered by whether or not they match the same readonly state as the listgrid and are thus shown on the screenListGrid.getActiveModalRowActions()Grabs a filtered list of row actions filtered by whether or not they match the same readonly state as the listgrid and are thus shown on the screenListGrid.getActiveRowActionGroups()Grabs a filtered list of row action groupss filtered by whether or not they match the same readonly state as the listgrid and are thus shown on the screenListGrid.getActiveRowActions()Grabs a filtered list of row actions filtered by whether or not they match the same readonly state as the listgrid and are thus shown on the screenListGrid.getActiveToolbarActionGroups()Grabs a filtered list of toolbar action groupss filtered by whether or not they match the same readonly state as the listgrid and are thus shown on the screenListGrid.getActiveToolbarActions()Grabs a filtered list of toolbar actions filtered by whether or not they match the same readonly state as the listgrid and are thus shown on the screenListGridActionGroup.getListGridActions()ListGrid.getModalRowActions()ListGrid.getRowActions()ListGrid.getToolbarActions()Methods in org.broadleafcommerce.openadmin.web.form.component with parameters of type ListGridActionModifier and TypeMethodDescriptionvoidListGridActionGroup.addAction(ListGridAction action) voidListGrid.addModalRowAction(ListGridAction action) voidListGrid.addRowAction(ListGridAction action) voidListGrid.addToolbarAction(ListGridAction action) Method parameters in org.broadleafcommerce.openadmin.web.form.component with type arguments of type ListGridActionModifier and TypeMethodDescriptionvoidListGridActionGroup.setListGridActions(List<ListGridAction> listGridActions) voidListGrid.setModalRowActions(List<ListGridAction> modalRowActions) voidListGrid.setRowActions(List<ListGridAction> rowActions) voidListGrid.setToolbarActions(List<ListGridAction> toolbarActions)