|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.rcp.xui.widgets.XUIWidget
com.ibm.btt.rcp.xui.widgets.XUISWTWidget
com.ibm.btt.rcp.xui.widgets.XUISWTFieldDataWidget
com.ibm.btt.rcp.xui.widgets.AbstractXUIText
com.ibm.btt.rcp.xui.widgets.XUIText
@Appearance(value={"bounds","text","font","alignment","foreground","background","enabled","visible","border","editable","multiline","wrap"}) @General(value={"id","tabIndex","dataName","autoTab","autoClear","required","maxLength","minLength","helpId"}) @Injection(value={"initializers","beforeValidators","afterValidators","format","actions","proposals"}) public class XUIText
XML UI Text Field widget
Field Summary |
---|
Fields inherited from class com.ibm.btt.rcp.xui.widgets.AbstractXUIText |
---|
format, validatorManager |
Fields inherited from class com.ibm.btt.rcp.xui.widgets.XUISWTFieldDataWidget |
---|
initialized |
Fields inherited from class com.ibm.btt.rcp.xui.widgets.XUISWTWidget |
---|
background, focusLost, foreground |
Constructor Summary | |
---|---|
XUIText()
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getProposals()
Get proposals for this text. |
protected int |
getStyle()
Get SWT widget style |
void |
initialize(org.eclipse.swt.widgets.Composite parent)
Initialize this XUI widget. |
protected void |
installListeners()
Install SWT listeners to this widget. |
boolean |
isMultiline()
If it is true, you can input multiple lines. |
boolean |
isWrap()
If it is true, when text is up to width of text box, text can be auto-wrapped; If it if false, text can¡¯t be auto-wrapped. |
void |
setMultiline(boolean multiline)
If it is true, you can input multiple lines. |
void |
setProposals(java.util.Map<java.lang.String,java.lang.String> proposalMap)
Set proposals for this text. |
void |
setWrap(boolean wrap)
If it is true, when text is up to width of text box, text can be auto-wrapped; If it if false, text can¡¯t be auto-wrapped. |
Methods inherited from class com.ibm.btt.rcp.xui.widgets.AbstractXUIText |
---|
focusGained, focusLost, formatText, getAfterValidators, getAlignment, getBeforeValidators, getDataValue, getErrorMessage, getFormat, getMaxLength, getWidget, getWidgetType, handleErrorMessage, handleXUIEvent, isAutoClear, isAutoTab, isBorder, isNotFilled, isRequired, modifyText, refresh, setAfterValidators, setAlignment, setAutoClear, setAutoTab, setBeforeValidators, setBorder, setDataValue, setErrorMessage, setFormat, setMaxLength, setMinLength, setRequired, verifyText |
Methods inherited from class com.ibm.btt.rcp.xui.widgets.XUISWTFieldDataWidget |
---|
getDataName, setDataName |
Methods inherited from class com.ibm.btt.rcp.xui.widgets.XUISWTWidget |
---|
addListener, cacheProperty, createWidget, dispose, getCachedProperties, handleRequired, removeListener, setColors, setListeners |
Methods inherited from class com.ibm.btt.rcp.xui.widgets.XUIWidget |
---|
fireXUIEvent, getActions, getHelpId, getId, getInitializers, getParent, getTabIndex, getXUIView, setActions, setHelpId, setId, setInitializers, setParent, setTabIndex, setXUIView |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.btt.rcp.xui.data.IKeyHolder |
---|
getId, setId |
Constructor Detail |
---|
public XUIText()
Method Detail |
---|
public void initialize(org.eclipse.swt.widgets.Composite parent)
XUISWTWidget
initialize
in class AbstractXUIText
protected void installListeners()
XUISWTWidget
installListeners
in class AbstractXUIText
public void setProposals(java.util.Map<java.lang.String,java.lang.String> proposalMap)
proposalMap
- public java.util.Map<java.lang.String,java.lang.String> getProposals()
public boolean isMultiline()
public void setMultiline(boolean multiline)
multiline
- public boolean isWrap()
public void setWrap(boolean wrap)
wrap
- protected int getStyle()
XUISWTWidget
getStyle
in class AbstractXUIText
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |