org.base.apps.api.view
Interface BoundView

All Superinterfaces:
Mutable<Object>
All Known Implementing Classes:
AbstractBoundText, BoundComponentView, BoundField, BoundViewPanel, BoundViewSupport

public interface BoundView
extends Mutable<Object>

Defines the contract for a view bound to a POJO bean.

Author:
Kevan Simpson

Nested Class Summary
static class BoundView.Widget
           
 
Method Summary
 BoundProperty bind(String name, BoundView view)
           
 BoundProperty getProperty()
           
 void setProperty(BoundProperty prop)
           
 
Methods inherited from interface org.base.apps.util.Mutable
getValue, setValue
 

Method Detail

bind

BoundProperty bind(String name,
                   BoundView view)

getProperty

BoundProperty getProperty()

setProperty

void setProperty(BoundProperty prop)

Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)