gzz.view
Interface View.NamedView

All Superinterfaces:
View
All Known Implementing Classes:
RowColView, VobVanishingClient
Enclosing interface:
View

public static interface View.NamedView
extends View

A view that has a default name, which can be shown in the Fallback client or if the cell representing the view doesn't have content.


Nested Class Summary
 
Nested classes inherited from class gzz.view.View
View.NamedView
 
Field Summary
 
Fields inherited from interface gzz.view.View
rcsid
 
Method Summary
 java.lang.String getDefaultName()
           
 
Methods inherited from interface gzz.view.View
render
 

Method Detail

getDefaultName

public java.lang.String getDefaultName()