Class CatalogTile<T extends Serializable>
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.component.tile.Tile<T>
-
- com.evolveum.midpoint.gui.impl.component.tile.CatalogTile<T>
-
- All Implemented Interfaces:
Serializable
,Comparable<Tile>
public class CatalogTile<T extends Serializable> extends Tile<T>
Created by Viliam Repan (lazyman).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CatalogTile()
CatalogTile(String icon, String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoundedIconPanel.State
getCheckState()
String
getCheckTitle()
String
getDescription()
String
getInfo()
void
setCheckState(RoundedIconPanel.State checkState)
void
setCheckTitle(String checkTitle)
void
setDescription(String description)
void
setInfo(String info)
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getInfo
public String getInfo()
-
setInfo
public void setInfo(String info)
-
getCheckState
public RoundedIconPanel.State getCheckState()
-
setCheckState
public void setCheckState(RoundedIconPanel.State checkState)
-
getCheckTitle
public String getCheckTitle()
-
setCheckTitle
public void setCheckTitle(String checkTitle)
-
-