public class AjaxSwingTextFieldPeer extends AjaxSwingTextComponentPeer implements java.awt.peer.TextFieldPeer
Constructor and Description |
---|
AjaxSwingTextFieldPeer(java.awt.Component target) |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
createDelegate() |
java.awt.Dimension |
getMinimumSize(int columns)
Have to provide implementation for this method so that AWT components can be properly sized by the layout manager
|
java.awt.Dimension |
getPreferredSize(int columns)
Have to provide implementation for this method so that AWT components can be properly sized by the layout manager
|
java.awt.Dimension |
minimumSize(int cols) |
java.awt.Dimension |
preferredSize(int cols) |
void |
setEchoChar(char echoChar) |
void |
setEchoCharacter(char c) |
filterEvents, getCaretPosition, getCharacterBounds, getIndexAtPoint, getInputMethodRequests, getSelectionEnd, getSelectionStart, getText, isFocusable, select, setCaretPosition, setEditable, setText
applyShape, canDetermineObscurity, checkImage, coalescePaintEvent, createBuffers, createImage, createImage, createVolatileImage, destroyBuffers, disable, dispose, enable, flip, flip, getAppropriateGraphicsConfiguration, getBackBuffer, getBounds, getColorModel, getDelegate, getDelegateComponent, getFontMetrics, getGraphics, getGraphicsConfiguration, getImage, getLocationOnScreen, getMinimumSize, getPreferredSize, getTarget, getToolkit, handleEvent, handlesWheelScrolling, hide, isFocusTraversable, isObscured, isReparentSupported, layout, minimumSize, paint, preferredSize, prepareImage, print, repaint, reparent, requestFocus, requestFocus, requestFocus, reshape, setBackground, setBounds, setBounds, setBounds, setCursor, setDelegate, setDelegateComponent, setEnabled, setFont, setForeground, setTarget, setVisible, setZOrder, show, updateCursorImmediately, updateGraphicsData
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCaretPosition, getInputMethodRequests, getSelectionEnd, getSelectionStart, getText, select, setCaretPosition, setEditable, setText
applyShape, canDetermineObscurity, checkImage, coalescePaintEvent, createBuffers, createImage, createImage, createVolatileImage, destroyBuffers, dispose, flip, getBackBuffer, getColorModel, getFontMetrics, getGraphics, getGraphicsConfiguration, getLocationOnScreen, getMinimumSize, getPreferredSize, getToolkit, handleEvent, handlesWheelScrolling, isFocusable, isObscured, isReparentSupported, layout, paint, prepareImage, print, reparent, requestFocus, setBackground, setBounds, setEnabled, setFont, setForeground, setVisible, setZOrder, updateCursorImmediately, updateGraphicsData
public javax.swing.JComponent createDelegate()
createDelegate
in class AjaxSwingComponentPeer
public void setEchoChar(char echoChar)
setEchoChar
in interface java.awt.peer.TextFieldPeer
public void setEchoCharacter(char c)
public java.awt.Dimension preferredSize(int cols)
public java.awt.Dimension minimumSize(int cols)
public java.awt.Dimension getPreferredSize(int columns)
getPreferredSize
in interface java.awt.peer.TextFieldPeer
public java.awt.Dimension getMinimumSize(int columns)
getMinimumSize
in interface java.awt.peer.TextFieldPeer
Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.