com.evolveum.midpoint.web.component.util
Class Selectable<T extends java.io.Serializable>

java.lang.Object
  extended by com.evolveum.midpoint.web.component.util.Selectable<T>
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AppenderConfiguration, FilterConfiguration, LoggerConfiguration, NodeDto, ProcessInstanceDto, ResourceDto, SelectableBean, TaskDto, UserResourceDto, WorkItemDto

public class Selectable<T extends java.io.Serializable>
extends java.lang.Object
implements java.io.Serializable

Author:
lazyman
See Also:
Serialized Form

Field Summary
static java.lang.String F_SELECTED
           
 
Constructor Summary
Selectable()
           
 
Method Summary
 boolean isSelected()
           
 void setSelected(boolean selected)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

F_SELECTED

public static final java.lang.String F_SELECTED
See Also:
Constant Field Values
Constructor Detail

Selectable

public Selectable()
Method Detail

isSelected

public boolean isSelected()

setSelected

public void setSelected(boolean selected)


Copyright © 2012 evolveum. All Rights Reserved.