public class ObjectTypeAdapter.ObjectType extends TextGridLine
ON_CLICK_METHOD_NAME
Constructor and Description |
---|
ObjectTypeAdapter.ObjectType(TextGridCollection collection,
com.centrasite.control.Row row) |
Modifier and Type | Method and Description |
---|---|
TextGridCollection |
getAllLine() |
boolean |
getIsSelectable() |
boolean |
getSelected()
Is item selected
|
void |
onNameClick() |
void |
reactOnContextMenuRequest() |
void |
setSelected(boolean selected)
Sets, whether the item line is selected.
|
clearValues, findDateObject, findDynamicAccessProperties, getClassForProperty, getImageProp, getImageTooltipProp, getImageURL, getIntObject, getItem, getItemForContextMenu, getPropertyValue, getRow, getStyles, getTextGridCollection, getValues, invokeMethod, setDateObject, setIntObject, setItem, setPropertyValue
public ObjectTypeAdapter.ObjectType(TextGridCollection collection, com.centrasite.control.Row row)
public boolean getIsSelectable()
public void setSelected(boolean selected)
TextGridAdapter.ItemLine
setSelected
in interface TextGridAdapter.ItemLine
setSelected
in class TextGridLine
public boolean getSelected()
TextGridAdapter.ItemLine
getSelected
in interface TextGridAdapter.ItemLine
getSelected
in class TextGridLine
public void reactOnContextMenuRequest()
reactOnContextMenuRequest
in class TextGridLine
public void onNameClick()
public TextGridCollection getAllLine()