|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Campo visual usado numa entrada de dados. Company MoreData
| Method Summary | |
void |
addComponentModifiedListener(ComponentModifiedListener listener)
Adiciona um listener, para detectar alterações ao componente. |
void |
cleanUp()
Clean up the component, removing all listeners added to other objects. |
java.lang.String |
getColumnName()
Devolve o nome da coluna da tabela a que este campo visual esta associado. |
int |
getCurrentRow()
Devolve o numero da linha selecionada na tabela. |
java.lang.Object |
getFieldValue()
Devolve o valor guardado no componente. |
java.lang.String |
getName()
Getter for the component name. |
int |
getRows()
Devolve o numero de linhas da tabela. |
java.lang.String |
getTableAlias()
Return the table alias of the table name. |
java.lang.String |
getTableName()
Devolve o nome da tabela a que este campo visual esta associado. |
java.lang.String |
getTableNameOrAlias()
Return the table alias or the table name if the alias is null. |
boolean |
isDataBaseComponent()
Check if the component is a database component. |
boolean |
isEditableForInsert()
Check if the component should be editable when the DataEntry is INSERT_MODE. |
boolean |
isEditableForQuery()
Check if the component should be editable when the DataEntry is QUERY_MODE. |
boolean |
isEditableForUpdate()
Check if the component should be editable when the DataEntry is UPDATE_MODE. |
void |
removeComponentModifiedListener(ComponentModifiedListener listener)
Remove um listener, para detectar alterações ao componente. |
void |
setAllowedCharacters(java.lang.String allowedCharacters)
Change the list of allowed characters to be used in the widget represeted by the component during a query only. |
void |
setDataBaseComponent(boolean dataBaseComponent)
Setter for property dataBaseComponent. |
void |
setEditable(boolean editable)
Torna o componente editavel ou nao. |
void |
setEditableForInsert(boolean editable)
Change the component editable state when the DataEntry is INSERT_MODE. |
void |
setEditableForQuery(boolean editable)
Change the component editable state when the DataEntry is QUERY_MODE. |
void |
setEditableForUpdate(boolean editable)
Change the component editable state when the DataEntry is UPDATE_MODE. |
void |
setFieldValue(java.lang.Object value)
Altera o valor guardado no componente. |
| Method Detail |
public java.lang.String getName()
public java.lang.String getTableName()
public java.lang.String getTableAlias()
public java.lang.String getTableNameOrAlias()
public java.lang.String getColumnName()
public java.lang.Object getFieldValue()
public void setFieldValue(java.lang.Object value)
value - O valor a guardar no componente.public int getRows()
public int getCurrentRow()
public boolean isEditableForInsert()
public boolean isEditableForQuery()
public boolean isEditableForUpdate()
public void setEditable(boolean editable)
editable - Se for true o componente fica editavel, caso contrario o
componente deixa de poder ser editado.public void setEditableForInsert(boolean editable)
editable - The Component editable state.public void setEditableForQuery(boolean editable)
editable - The Component editable state.public void setEditableForUpdate(boolean editable)
editable - The Component editable state.public void addComponentModifiedListener(ComponentModifiedListener listener)
listener - Listener a adicionar ao DataEntry.public void removeComponentModifiedListener(ComponentModifiedListener listener)
listener - Listener a remover do DataEntry.public void cleanUp()
public void setAllowedCharacters(java.lang.String allowedCharacters)
public boolean isDataBaseComponent()
public void setDataBaseComponent(boolean dataBaseComponent)
dataBaseComponent - New value of property dataBaseComponent.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||