com.stimulsoft.viewer.requestfromuser.list
Interface IStiListItemControl

All Superinterfaces:
IStiItemControl
All Known Implementing Classes:
StiListBoolItemControl, StiListCharItemControl, StiListDateTimeItemControl, StiListDoubleItemControl, StiListGuidItemControl, StiListLongItemControl, StiListStringItemControl

public interface IStiListItemControl
extends IStiItemControl

Copyright Stimulsoft


Field Summary
static int CONTROL_WIDTH
          Control width
static int LIST_ITEM_HEIGHT
          List item width
 
Fields inherited from interface com.stimulsoft.viewer.requestfromuser.IStiItemControl
CONTROL_HEIGHT
 
Method Summary
 java.lang.String getDisplayValue()
           
 java.lang.Object getValue()
          Return component value
 void setFocus()
          Focus compontnt
 

Field Detail

CONTROL_WIDTH

static final int CONTROL_WIDTH
Control width

See Also:
Constant Field Values

LIST_ITEM_HEIGHT

static final int LIST_ITEM_HEIGHT
List item width

See Also:
Constant Field Values
Method Detail

getValue

java.lang.Object getValue()
Return component value

Returns:
component value

setFocus

void setFocus()
Focus compontnt


getDisplayValue

java.lang.String getDisplayValue()