|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface Bindable
This interface is used to wrap every object that should be connected
to business interface either from outside or inside.
Deprecated, use ContentPlaceholder
and FramePlaceholder
instead.
Method Summary | |
---|---|
java.lang.String |
getInterfaceName()
Deprecated. Returns business interface name to be bound to as defined on frame. |
SOFAInterfaceType |
getInterfaceType()
Deprecated. Returns type of business interface to be bound to. |
java.lang.Object |
getReference()
Deprecated. Returns referernce to the interface that is called from the control part of the component. |
boolean |
isInner()
Deprecated. Indicates whether the unit should be connected on the inner or the outer side of the component control part. |
void |
setReference(java.lang.Object ref)
Deprecated. Set reference to the business interface which is called by the unit. |
Method Detail |
---|
java.lang.String getInterfaceName()
SOFAInterfaceType getInterfaceType()
boolean isInner()
java.lang.Object getReference()
void setReference(java.lang.Object ref)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |