Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.awt.field
Interface ComponentI  view ComponentI download ComponentI.java

All Known Implementing Classes:
FlexChoice, FlexTextField

public interface ComponentI


Field Summary
static int COMBO_FIELD_HEIGHT
           
static int COMPONENT_HEIGHT
           
static int MAX_FIELD_LENGTH
           
static int TEXT_AREA_HEIGHT
           
 
Method Summary
 void cleanup()
           
 void clear(boolean bNotify)
           
 void formatCase()
           
 boolean getEnabled()
           
 long getId()
           
 java.awt.Dimension getMinimumSize()
           
 java.awt.Dimension getPreferredSize()
           
 java.lang.String getText()
           
 boolean isBlank()
           
 boolean isRequired()
           
 boolean quietVerify()
           
 void requestFocus()
           
 void setBounds(int x, int y, int width, int height)
           
 void setCustomValidator(com.flexstor.common.parsers.ValidatorI validator)
           
 void setEnabled(boolean nEnabled)
           
 void setId(long nId)
           
 void setRequired(boolean bRequired)
           
 void setText(java.lang.String sText)
           
 boolean verify(boolean bCheckRequired)
           
 

Field Detail

COMBO_FIELD_HEIGHT

public static final int COMBO_FIELD_HEIGHT
See Also:
Constant Field Values

COMPONENT_HEIGHT

public static final int COMPONENT_HEIGHT
See Also:
Constant Field Values

TEXT_AREA_HEIGHT

public static final int TEXT_AREA_HEIGHT
See Also:
Constant Field Values

MAX_FIELD_LENGTH

public static final int MAX_FIELD_LENGTH
See Also:
Constant Field Values
Method Detail

setText

public void setText(java.lang.String sText)

getText

public java.lang.String getText()

setId

public void setId(long nId)

getId

public long getId()

clear

public void clear(boolean bNotify)

setEnabled

public void setEnabled(boolean nEnabled)

getEnabled

public boolean getEnabled()

getMinimumSize

public java.awt.Dimension getMinimumSize()

getPreferredSize

public java.awt.Dimension getPreferredSize()

requestFocus

public void requestFocus()

setBounds

public void setBounds(int x,
                      int y,
                      int width,
                      int height)

verify

public boolean verify(boolean bCheckRequired)

formatCase

public void formatCase()

quietVerify

public boolean quietVerify()

isBlank

public boolean isBlank()

setRequired

public void setRequired(boolean bRequired)

isRequired

public boolean isRequired()

setCustomValidator

public void setCustomValidator(com.flexstor.common.parsers.ValidatorI validator)

cleanup

public void cleanup()