Uses of Class
com.evolveum.midpoint.gui.impl.component.tile.Tile
- 
- 
Uses of Tile in com.evolveum.midpoint.gui.impl.component.tileClasses in com.evolveum.midpoint.gui.impl.component.tile with type parameters of type Tile Modifier and Type Class Description classFocusTilePanel<F extends Serializable,T extends Tile<F>>classTileTablePanel<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 classCatalogTile<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 intTile. 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.wizardMethods 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 voidEnumWizardChoicePanel. addDefaultTile(List<Tile<T>> list)protected org.apache.wicket.ComponentEnumWizardChoicePanel. createTilePanel(String id, org.apache.wicket.model.IModel<Tile<T>> tileModel)protected abstract org.apache.wicket.ComponentWizardChoicePanel. createTilePanel(String id, org.apache.wicket.model.IModel<Tile<T>> tileModel)
- 
Uses of Tile in com.evolveum.midpoint.gui.impl.page.adminMethods 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.ComponentTemplateChoicePanel. createTilePanel(String id, org.apache.wicket.model.IModel<Tile<CompiledObjectCollectionView>> tileModel)
- 
Uses of Tile in com.evolveum.midpoint.gui.impl.page.admin.resource.componentSubclasses of Tile in com.evolveum.midpoint.gui.impl.page.admin.resource.component Modifier and Type Class Description classTemplateTile<T extends Serializable>Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component with parameters of type Tile Modifier and Type Method Description intTemplateTile. compareTo(@NotNull Tile o)
- 
Uses of Tile in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.constructionMethod 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.ComponentConstructionResourceObjectTypeStepPanel. 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.requestAccessMethods 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()
 
-