com.sas
Interface ViewDefaultModelInterface

All Superinterfaces:
ViewInterface
All Known Implementing Classes:
Button, CheckBox, Choice, ComboBox, ImageAnimation, Label, LabelView, ListBox, NumericTextField, RadioBox, SASProcedureTemplate, Scrollbar, SpinButton, StyledLabelView, TabbedView, TableView, TextArea, TextField, TreeView, UpDownListBox, WordWrapTextArea

public interface ViewDefaultModelInterface
extends ViewInterface

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
attachModel, detachModel, getModelInterface, getRequiredInterfaces, getViewInterfaceSupportInfo, refresh, removeInterfaceTraps, setModelInterface, setRequiredInterfaces, setViewInterfaceSupportInfo, supportsRequiredInterfaces, trapInterfaceEvents
 

Method Detail

isDefaultModelAttached

boolean isDefaultModelAttached()
returns true is the component is using a default internal model.




Copyright © 2009 SAS Institute Inc. All Rights Reserved.