Package | Description |
---|---|
com.evolveum.midpoint.web.component.data | |
com.evolveum.midpoint.web.page | |
com.evolveum.midpoint.web.session |
Modifier and Type | Method and Description |
---|---|
UserProfileStorage.TableId |
TablePanel.getTableId() |
Constructor and Description |
---|
TablePanel(String id,
org.apache.wicket.extensions.markup.html.repeater.data.table.ISortableDataProvider provider,
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<T,String>> columns,
UserProfileStorage.TableId tableId,
long pageSize) |
Modifier and Type | Method and Description |
---|---|
long |
PageBase.getItemsPerPage(UserProfileStorage.TableId tableId) |
Modifier and Type | Method and Description |
---|---|
static UserProfileStorage.TableId |
UserProfileStorage.TableId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProfileStorage.TableId[] |
UserProfileStorage.TableId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<UserProfileStorage.TableId,Integer> |
UserProfileStorage.getPageSizingMap() |
Modifier and Type | Method and Description |
---|---|
Integer |
UserProfileStorage.getPagingSize(UserProfileStorage.TableId key) |
void |
UserProfileStorage.setPagingSize(UserProfileStorage.TableId key,
Integer size) |
Copyright © 2015 evolveum. All rights reserved.