© 2005 BEA Systems, Inc.

com.bea.netuix.application.view
Interface ThemedMarkupBasedView

All Superinterfaces:
MarkupBasedView, Serializable, View
All Known Subinterfaces:
BookView, PageView, PortletView

public interface ThemedMarkupBasedView
extends MarkupBasedView

"Views" are deep copy immutable objects. Unlike "Definitions" and "Instances" Views cannot be modified by the developer. A Instance or a Definition however can always be obtained from the view. The persistence APIs provides course grain and fine grain getters but only fine grain setters. If you are interested in an object and all its children then retrieve the View, if you are only interested in the immediate object and don't care about its children then retrieve the Definition.

View superclass for portal elements that can have themes.

See Also:
View

Method Summary
 ThemeView getThemeView()
          Get the theme view associated with this resource.
 
Methods inherited from interface com.bea.netuix.application.view.MarkupBasedView
getMarkupView
 
Methods inherited from interface com.bea.netuix.application.view.View
getDescription, getTitle
 

Method Detail

getThemeView

public ThemeView getThemeView()
Get the theme view associated with this resource.

Returns:
is a Theme has been placed on a resource then return it otherwise null.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved