org.exoplatform.gwtframework.ui.client.command
Class TextInputControl
java.lang.Object
org.exoplatform.gwtframework.ui.client.command.Control<TextInputControl>
org.exoplatform.gwtframework.ui.client.command.TextInputControl
public class TextInputControl
- extends Control<TextInputControl>
Created by The eXo Platform SAS .
- Version:
- $
- Author:
- Vitaliy Gulyy
| Methods inherited from class org.exoplatform.gwtframework.ui.client.command.Control |
disable, enable, getDisabledImage, getIcon, getId, getNormalImage, getPrompt, getStateListeners, hasDelimiterBefore, hide, isEnabled, isVisible, setDelimiterBefore, setDisabledImage, setEnabled, setIcon, setImages, setNormalImage, setPrompt, setVisible, show |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_WIDTH
public static final int DEFAULT_WIDTH
- See Also:
- Constant Field Values
TextInputControl
public TextInputControl(java.lang.String id)
getSize
public int getSize()
setSize
public TextInputControl setSize(int size)
getText
public java.lang.String getText()
setText
public TextInputControl setText(java.lang.String text)
getEvent
public TextEnteredEvent<?> getEvent()
setEvent
public TextInputControl setEvent(TextEnteredEvent<?> event)
Copyright © 2013 eXo Platform SAS. All Rights Reserved.