Class DetailsTableItem
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.page.admin.simulation.DetailsTableItem
-
- All Implemented Interfaces:
Serializable
public class DetailsTableItem extends Object implements Serializable
Created by Viliam Repan (lazyman).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DetailsTableItem(org.apache.wicket.model.IModel<String> label, org.apache.wicket.model.IModel<String> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.wicket.Component
createValueComponent(String id)
org.apache.wicket.model.IModel<String>
getLabel()
org.apache.wicket.model.IModel<String>
getValue()
VisibleBehaviour
isVisible()
-
-
-
Method Detail
-
getLabel
public org.apache.wicket.model.IModel<String> getLabel()
-
getValue
public org.apache.wicket.model.IModel<String> getValue()
-
createValueComponent
public org.apache.wicket.Component createValueComponent(String id)
-
isVisible
public VisibleBehaviour isVisible()
-
-