Uses of Class
uk.ac.rdg.resc.godiva.client.state.PaletteSelectorIF.OutOfRangeState
-
Packages that use PaletteSelectorIF.OutOfRangeState Package Description uk.ac.rdg.resc.godiva.client.state uk.ac.rdg.resc.godiva.client.widgets -
-
Uses of PaletteSelectorIF.OutOfRangeState in uk.ac.rdg.resc.godiva.client.state
Methods in uk.ac.rdg.resc.godiva.client.state that return PaletteSelectorIF.OutOfRangeState Modifier and Type Method Description static PaletteSelectorIF.OutOfRangeStatePaletteSelectorIF.OutOfRangeState. valueOf(String name)Returns the enum constant of this type with the specified name.static PaletteSelectorIF.OutOfRangeState[]PaletteSelectorIF.OutOfRangeState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.ac.rdg.resc.godiva.client.state with parameters of type PaletteSelectorIF.OutOfRangeState Modifier and Type Method Description voidPaletteSelectorIF. setAboveMax(PaletteSelectorIF.OutOfRangeState state)Sets the behaviour of values above the maximumvoidPaletteSelectorIF. setBelowMin(PaletteSelectorIF.OutOfRangeState state)Sets the behaviour of values below the minimum -
Uses of PaletteSelectorIF.OutOfRangeState in uk.ac.rdg.resc.godiva.client.widgets
Methods in uk.ac.rdg.resc.godiva.client.widgets with parameters of type PaletteSelectorIF.OutOfRangeState Modifier and Type Method Description voidPaletteSelector. setAboveMax(PaletteSelectorIF.OutOfRangeState state)voidPaletteSelector. setBelowMin(PaletteSelectorIF.OutOfRangeState state)
-