Uses of Class
io.fabric8.openshift.api.model.operator.v1.Perspective
-
Packages that use Perspective Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of Perspective in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return Perspective Modifier and Type Method Description PerspectivePerspectiveBuilder. build()PerspectiveConsoleCustomizationFluent. buildFirstPerspective()PerspectiveConsoleCustomizationFluent. buildLastPerspective()PerspectiveConsoleCustomizationFluent. buildMatchingPerspective(Predicate<PerspectiveBuilder> predicate)PerspectiveConsoleCustomizationFluent. buildPerspective(int index)Methods in io.fabric8.openshift.api.model.operator.v1 that return types with arguments of type Perspective Modifier and Type Method Description List<Perspective>ConsoleCustomizationFluent. buildPerspectives()List<Perspective>ConsoleCustomization. getPerspectives()perspectives allows enabling/disabling of perspective(s) that user can see in the Perspective switcher dropdown.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type Perspective Modifier and Type Method Description ConsoleCustomizationFluent.PerspectivesNested<A>ConsoleCustomizationFluent. addNewPerspectiveLike(Perspective item)AConsoleCustomizationFluent. addToPerspectives(int index, Perspective item)AConsoleCustomizationFluent. addToPerspectives(Perspective... items)protected voidPerspectiveFluent. copyInstance(Perspective instance)AConsoleCustomizationFluent. removeFromPerspectives(Perspective... items)ConsoleCustomizationFluent.PerspectivesNested<A>ConsoleCustomizationFluent. setNewPerspectiveLike(int index, Perspective item)AConsoleCustomizationFluent. setToPerspectives(int index, Perspective item)AConsoleCustomizationFluent. withPerspectives(Perspective... perspectives)Method parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type Perspective Modifier and Type Method Description AConsoleCustomizationFluent. addAllToPerspectives(Collection<Perspective> items)AConsoleCustomizationFluent. removeAllFromPerspectives(Collection<Perspective> items)voidConsoleCustomization. setPerspectives(List<Perspective> perspectives)perspectives allows enabling/disabling of perspective(s) that user can see in the Perspective switcher dropdown.AConsoleCustomizationFluent. withPerspectives(List<Perspective> perspectives)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type Perspective Constructor Description PerspectiveBuilder(Perspective instance)PerspectiveBuilder(PerspectiveFluent<?> fluent, Perspective instance)PerspectiveFluent(Perspective instance)
-