org.netbeans.microedition.svg
Class SVGTextArea

java.lang.Object
  extended by org.netbeans.microedition.svg.SVGComponent
      extended by org.netbeans.microedition.svg.SVGTextArea
All Implemented Interfaces:
SVGForm.FocusListener

Deprecated.

public class SVGTextArea
extends SVGComponent

Suggested SVG snippet :

 <g id="text_area" transform="translate(130,220)">
       <rect x="0" y="-5" rx="5" ry="5" width="100" height="90" fill="none" stroke="rgb(255,165,0)" stroke-width="2" visibility="hidden">
           <set attributeName="visibility" attributeType="XML" begin="text_area.focusin" fill="freeze" to="visible"/>
           <set attributeName="visibility" attributeType="XML" begin="text_area.focusout" fill="freeze" to="hidden"/>
       </rect>
       <rect  x="5.0" y="0.0" width="90" height="80" fill="none" stroke="black" stroke-width="2"/>
   <text id="text_area_hidden_text" visibility="hidden" x="10" y="15" stroke="black" font-size="15" font-family="SunSansSemiBold">
       HIDDEN TEXT
   </text>
       <rect id="text_area_caret" visibility="visible" x="10" y="2" width="2" height="15" fill="black" stroke="black"/>
   </g>
 


Field Summary
 
Fields inherited from class org.netbeans.microedition.svg.SVGComponent
actionListeners, DASH, ENABLED, form, LABEL_FOR, REF, SVG_NS, TR_VALUE_HIDDEN, TR_VALUE_INHERIT, TR_VALUE_VISIBLE, TRAIT_FILL, TRAIT_TEXT, TRAIT_VISIBILITY, TRAIT_X, TRAIT_Y, TYPE, wrapperElement
 
Constructor Summary
SVGTextArea(SVGForm form, java.lang.String elemId)
          Deprecated.  
 
Method Summary
 void focusGained()
          Deprecated.  
 void focusLost()
          Deprecated.  
 int getCaretPosition()
          Deprecated.  
 InputHandler getInputHandler()
          Deprecated.  
 java.lang.String getText()
          Deprecated.  
 void setCaretPosition(int caretPos)
          Deprecated.  
 void setCaretVisible(boolean isVisible)
          Deprecated.  
 void setStartOffset(int offset)
          Deprecated.  
 void setText(java.lang.String text)
          Deprecated.  
 
Methods inherited from class org.netbeans.microedition.svg.SVGComponent
addActionListener, fireActionPerformed, getElement, getElementById, getElementByMeta, getElementByMeta, getForm, getLabel, getNestedElementByMeta, getProperty, isFocusable, removeActionListener, requestFocus, setFocusable, setProperty, setTraitSafely, setTraitSafely
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGTextArea

public SVGTextArea(SVGForm form,
                   java.lang.String elemId)
Deprecated. 
Method Detail

getInputHandler

public InputHandler getInputHandler()
Deprecated. 
Overrides:
getInputHandler in class SVGComponent

getText

public java.lang.String getText()
Deprecated. 

setText

public void setText(java.lang.String text)
Deprecated. 

setCaretVisible

public void setCaretVisible(boolean isVisible)
Deprecated. 

focusGained

public void focusGained()
Deprecated. 
Specified by:
focusGained in interface SVGForm.FocusListener
Overrides:
focusGained in class SVGComponent

focusLost

public void focusLost()
Deprecated. 
Specified by:
focusLost in interface SVGForm.FocusListener
Overrides:
focusLost in class SVGComponent

setCaretPosition

public void setCaretPosition(int caretPos)
Deprecated. 

setStartOffset

public void setStartOffset(int offset)
Deprecated. 

getCaretPosition

public int getCaretPosition()
Deprecated.