|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.informatica.ui.html.HTMLViewDatabase
public class HTMLViewDatabase
HTML form view database.
| Nested Class Summary | |
|---|---|
static interface |
HTMLViewDatabase.ViewLoader
|
| Constructor Summary | |
|---|---|
HTMLViewDatabase(HTMLViewDatabase.ViewLoader viewLoader)
|
|
| Method Summary | |
|---|---|
DataViewConfig |
getDataViewConfig(String viewid)
Gets the view config with the given identifier. |
void |
init()
Initialize the database. |
boolean |
isChecked(String viewId)
Is the given view in the database? |
DataViewConfig |
loadDefaultViewConfig(MetaData md)
Loads a default view configuration to the database, based on the given metadata. |
void |
parseView(String viewId,
String formText,
DataDict dict)
Parses a form and extracts its view configuration. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLViewDatabase(HTMLViewDatabase.ViewLoader viewLoader)
| Method Detail |
|---|
public void init()
public DataViewConfig getDataViewConfig(String viewid)
throws DataViewException,
IOException
viewid - the form identifier.
DataException - if an error happened when handling the metadata.
IOException - if an error happens when reading the configuration file.
DataViewExceptionpublic DataViewConfig loadDefaultViewConfig(MetaData md)
md - the metadata.
public void parseView(String viewId,
String formText,
DataDict dict)
throws DataException,
IOException
viewId - the identifier for the form.formText - the string containing the form.dict - the data dictionary.
DataException - if an error happened when handling the metadata.
IOException - if an error happens when reading the form.public boolean isChecked(String viewId)
viewId - the identifier of the form to be checked.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||