|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.web.impl.WebResource
com.sibvisions.rad.ui.web.impl.WebComponent
com.sibvisions.rad.ui.web.impl.control.LinkTableCache
public class LinkTableCache
The LinkTableCache is a WebComponent which allows linked tables as "sub" components.
That means that there is a logical connection between the component and the linked table. If the component
will be removed, then the linked table is also removed.
| Field Summary |
|---|
| Fields inherited from class com.sibvisions.rad.ui.web.impl.WebComponent |
|---|
componentId |
| Fields inherited from interface javax.rad.ui.IAlignmentConstants |
|---|
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP |
| Constructor Summary | |
|---|---|
LinkTableCache()
|
|
| Method Summary | |
|---|---|
void |
addLinkTable(WebTable pTable)
Adds a table to the list of known link tables. |
WebTable |
getLinkTable(String pComponentId)
Gets a specific table from the list of known link tables. |
boolean |
removeLinkTable(WebTable pTable)
Removes a table from the list of known link tables. |
| Methods inherited from class com.sibvisions.rad.ui.web.impl.WebResource |
|---|
getNullableAsString, getResource, setAsString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.rad.ui.IResource |
|---|
getResource |
| Constructor Detail |
|---|
public LinkTableCache()
| Method Detail |
|---|
public void addLinkTable(WebTable pTable)
pTable - the link tablepublic boolean removeLinkTable(WebTable pTable)
pTable - the link table
true if the table was removed, false if the table is not known
as link tablepublic WebTable getLinkTable(String pComponentId)
pComponentId - the component id of the table
null if the component id was not found in the list of known
link tables
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||