|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.style.StyleLayerImpl
Field Summary | |
protected oracle.jbo.common.ClientDocument |
_clientDocument
|
protected oracle.jbo.common.ClientElement |
_piggyback
|
protected oracle.jbo.common.ClientElement |
_root
|
static java.lang.String |
PIGGYBACK
|
Constructor Summary | |
StyleLayerImpl()
|
Method Summary | |
oracle.jbo.common.ClientElement |
getPiggyback()
returns the piggyback tree |
oracle.jbo.common.ClientElement |
getRoot()
returns the document tree. |
void |
save()
called by subclass in save overwrite, before starting the save operation. |
void |
setPiggyback(oracle.jbo.common.ClientElement piggyback)
define the document tree for personal use. |
void |
setRoot(oracle.jbo.common.ClientElement root)
sets a new document tree |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String PIGGYBACK
protected oracle.jbo.common.ClientDocument _clientDocument
protected oracle.jbo.common.ClientElement _root
protected oracle.jbo.common.ClientElement _piggyback
Constructor Detail |
public StyleLayerImpl()
Method Detail |
public oracle.jbo.common.ClientElement getRoot()
getRoot
in interface StyleLayer
public void setRoot(oracle.jbo.common.ClientElement root)
setRoot
in interface StyleLayer
root
- the new document treepublic oracle.jbo.common.ClientElement getPiggyback()
getPiggyback
in interface StyleLayer
public void setPiggyback(oracle.jbo.common.ClientElement piggyback)
setPiggyback
in interface StyleLayer
piggyback
- the new Piggyback definitionpublic void save()
save
in interface StyleLayer
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.