primaryView
Gets primary view of the mix-in.
- Returns:
- Name of the primary view,
nullif there is no primary one defined.
ViewGroup to be used as a "mix-in".
Not meant for a consumption from outside ViewGroups.
private String primaryView;
private CopyOnWriteArrayList<View> views;
private ViewsTabBar viewsTabBar;
private transient ViewGroupMixIn = new ViewGroupMixIn() {
List<View> views() { return views; }
...
}
voidbooleanvoiddeleteView(View view) View that renders the top-page of Hudson or
null if there is no primary one defined.getViews()Views.voidonViewRenamed(View view,
String oldName,
String newName) protected abstract Stringprotected abstract voidprimaryView(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.IOExceptionIOExceptionViewGroups if required.name - Name of the viewnull if it is missingViews.View that renders the top-page of Hudson or
null if there is no primary one defined.