primaryView
Gets primary view of the mix-in.
- Returns:
- Name of the primary view,
null
if there is no primary one defined.
ViewGroup
to be used as a "mix-in".
Not meant for a consumption from outside ViewGroup
s.
private String primaryView;
private CopyOnWriteArrayList<View> views;
private ViewsTabBar viewsTabBar;
private transient ViewGroupMixIn = new ViewGroupMixIn() { List<View> views() { return views; } ... }
void
boolean
void
deleteView(View view)
View
that renders the top-page of Hudson or
null
if there is no primary one defined.getViews()
View
s.void
onViewRenamed(View view,
String oldName,
String newName)
protected abstract String
protected abstract void
primaryView(String newName)
views()
null
if there is no primary one defined.newName
- Name of the primary view to be set.
null
to make the primary view undefined.IOException
IOException
ViewGroup
s if required.name
- Name of the viewnull
if it is missingView
s.View
that renders the top-page of Hudson or
null
if there is no primary one defined.