ViewDefaultModelInterface should be implemented by viewer components
which have a default model which they attach to the component when
no other model has been attached. For example, the com.sas.awt.Label
attaches a com.sas.lang.StringData object as its model if a model is
not attached by the user.
Method Summary
abstract boolean
isDefaultModelAttached()
returns true is the component is using a default internal model.
Methods inherited from interface com.sas.ViewInterface