Oracle Data-aware Controls Reference

oracle.dacf.style
Interface StyleLayer

All Known Implementing Classes:
StyleLayerImpl

public interface StyleLayer

StyleLayer is the interface defining conversion from source to Definition classes and vica versa. Any developer that does not want to use the delivered mechanisms to store Style definitions can implement this interface and instruct the StylesLoader class to use this definition.

Version:
INTERNAL

Method Summary
 oracle.jbo.common.ClientElement getPiggyback()
          returns the piggyback tree
 oracle.jbo.common.ClientElement getRoot()
          returns the document tree.
 void save()
          saves the latest document/piggyback definition.
 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
 

Method Detail

getRoot

public oracle.jbo.common.ClientElement getRoot()
returns the document tree.

Returns:
the document tree

setRoot

public void setRoot(oracle.jbo.common.ClientElement root)
sets a new document tree

Parameters:
root - the new document tree

getPiggyback

public oracle.jbo.common.ClientElement getPiggyback()
returns the piggyback tree

Returns:
document tree for personal use.

setPiggyback

public void setPiggyback(oracle.jbo.common.ClientElement piggyback)
define the document tree for personal use.

Parameters:
piggyback - the new Piggyback definition

save

public void save()
saves the latest document/piggyback definition.


Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.