Uses of Class
com.evolveum.midpoint.gui.impl.component.tile.Tile
-
-
Uses of Tile in com.evolveum.midpoint.gui.impl.component.tile
Classes in com.evolveum.midpoint.gui.impl.component.tile with type parameters of type Tile Modifier and Type Class Description class
FocusTilePanel<F extends Serializable,T extends Tile<F>>
class
TileTablePanel<T extends Tile,O extends Serializable>
Created by Viliam Repan (lazyman).Subclasses of Tile in com.evolveum.midpoint.gui.impl.component.tile Modifier and Type Class Description class
CatalogTile<T extends Serializable>
Created by Viliam Repan (lazyman).Methods in com.evolveum.midpoint.gui.impl.component.tile with parameters of type Tile Modifier and Type Method Description int
Tile. compareTo(@NotNull Tile o)
Constructor parameters in com.evolveum.midpoint.gui.impl.component.tile with type arguments of type Tile Constructor Description TilePanel(String id, org.apache.wicket.model.IModel<Tile<T>> model)
-
Uses of Tile in com.evolveum.midpoint.gui.impl.component.wizard
Methods in com.evolveum.midpoint.gui.impl.component.wizard that return types with arguments of type Tile Modifier and Type Method Description protected LoadableModel<List<Tile<T>>>
EnumWizardChoicePanel. loadTilesModel()
protected abstract LoadableModel<List<Tile<T>>>
WizardChoicePanel. loadTilesModel()
Method parameters in com.evolveum.midpoint.gui.impl.component.wizard with type arguments of type Tile Modifier and Type Method Description protected void
EnumWizardChoicePanel. addDefaultTile(List<Tile<T>> list)
protected org.apache.wicket.Component
EnumWizardChoicePanel. createTilePanel(String id, org.apache.wicket.model.IModel<Tile<T>> tileModel)
protected abstract org.apache.wicket.Component
WizardChoicePanel. createTilePanel(String id, org.apache.wicket.model.IModel<Tile<T>> tileModel)
-
Uses of Tile in com.evolveum.midpoint.gui.impl.page.admin
Methods in com.evolveum.midpoint.gui.impl.page.admin that return types with arguments of type Tile Modifier and Type Method Description protected LoadableModel<List<Tile<CompiledObjectCollectionView>>>
TemplateChoicePanel. loadTilesModel()
Method parameters in com.evolveum.midpoint.gui.impl.page.admin with type arguments of type Tile Modifier and Type Method Description protected org.apache.wicket.Component
TemplateChoicePanel. createTilePanel(String id, org.apache.wicket.model.IModel<Tile<CompiledObjectCollectionView>> tileModel)
-
Uses of Tile in com.evolveum.midpoint.gui.impl.page.admin.resource.component
Subclasses of Tile in com.evolveum.midpoint.gui.impl.page.admin.resource.component Modifier and Type Class Description class
TemplateTile<T extends Serializable>
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component with parameters of type Tile Modifier and Type Method Description int
TemplateTile. compareTo(@NotNull Tile o)
-
Uses of Tile in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction with type arguments of type Tile Modifier and Type Method Description protected org.apache.wicket.Component
ConstructionResourceObjectTypeStepPanel. createTilePanel(String id, org.apache.wicket.model.IModel<Tile<com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction.ConstructionResourceObjectTypeStepPanel.ResourceObjectTypeWrapper>> model)
-
Uses of Tile in com.evolveum.midpoint.gui.impl.page.self.requestAccess
Methods in com.evolveum.midpoint.gui.impl.page.self.requestAccess that return types with arguments of type Tile Modifier and Type Method Description List<Tile<QName>>
ChooseRelationPanel. getRelations()
-