Lines Matching refs:view
44 - establish new view controller factory methods, which will make
68 <p>The names are usually logical view names. The following names have
71 has a view with the given meaning, it must give it the name as defined here:
73 <li><b>Default</b> specifies the default view of the document.</li>
74 … <li><b>Preview</b> specifies a preview of the document. A minimal implementation of such a view
75 is a <em>Default</em> view which is read-only.</li>
81 view names, which then are documented in the respective service descriptions.</p>
91 /** creates the default view instance for this model.
97 used to place the new created view there
99 @return the new view controller instance
105 if creation of a new view failed by other reasons
112 /** creates a new view instance classified by the specified name and arguments.
127 used to place the new created view there
129 @return the new view controller instance
135 if creation of a new view failed by other reasons