Uses of Enum Class
com.dlsc.gemsfx.LoadingPane.Status
Packages that use LoadingPane.Status
-
Uses of LoadingPane.Status in com.dlsc.gemsfx
Subclasses with type arguments of type LoadingPane.Status in com.dlsc.gemsfxModifier and TypeClassDescriptionstatic enumThe possible states that the loading pane can be in.Methods in com.dlsc.gemsfx that return LoadingPane.StatusModifier and TypeMethodDescriptionfinal LoadingPane.StatusLoadingPane.getCommittedStatus()Gets the value of thecommittedStatusproperty.final LoadingPane.StatusMultiColumnListView.getLoadingStatus()Gets the value of theloadingStatusproperty.final LoadingPane.StatusLoadingPane.getStatus()Gets the value of thestatusproperty.static LoadingPane.StatusReturns the enum constant of this class with the specified name.static LoadingPane.Status[]LoadingPane.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.dlsc.gemsfx that return types with arguments of type LoadingPane.StatusModifier and TypeMethodDescriptionfinal javafx.beans.property.ReadOnlyObjectProperty<LoadingPane.Status> LoadingPane.committedStatusProperty()A read-only property that contains the "committed" status value.final javafx.beans.property.ObjectProperty<LoadingPane.Status> MultiColumnListView.loadingStatusProperty()final javafx.beans.property.ObjectProperty<LoadingPane.Status> LoadingPane.statusProperty()The current status of the loading pane.Methods in com.dlsc.gemsfx with parameters of type LoadingPane.StatusModifier and TypeMethodDescriptionfinal voidMultiColumnListView.setLoadingStatus(LoadingPane.Status loadingStatus) Sets the value of theloadingStatusproperty.final voidLoadingPane.setStatus(LoadingPane.Status status) Sets the value of thestatusproperty. -
Uses of LoadingPane.Status in com.dlsc.gemsfx.gridtable
Methods in com.dlsc.gemsfx.gridtable that return LoadingPane.StatusModifier and TypeMethodDescriptionfinal LoadingPane.StatusGridTableView.getLoadingStatus()Gets the value of theloadingStatusproperty.Methods in com.dlsc.gemsfx.gridtable that return types with arguments of type LoadingPane.StatusModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<LoadingPane.Status> GridTableView.loadingStatusProperty()The loading status used for the wrappedLoadingPane.Methods in com.dlsc.gemsfx.gridtable with parameters of type LoadingPane.StatusModifier and TypeMethodDescriptionfinal voidGridTableView.setLoadingStatus(LoadingPane.Status loadingStatus) Sets the value of theloadingStatusproperty. -
Uses of LoadingPane.Status in com.dlsc.gemsfx.paging
Methods in com.dlsc.gemsfx.paging that return LoadingPane.StatusModifier and TypeMethodDescriptionfinal LoadingPane.StatusItemPagingControlBase.getLoadingStatus()Gets the value of theloadingStatusproperty.Methods in com.dlsc.gemsfx.paging that return types with arguments of type LoadingPane.StatusModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<LoadingPane.Status> ItemPagingControlBase.loadingStatusProperty()The loading status used for the wrappedLoadingPane.Methods in com.dlsc.gemsfx.paging with parameters of type LoadingPane.StatusModifier and TypeMethodDescriptionfinal voidItemPagingControlBase.setLoadingStatus(LoadingPane.Status loadingStatus) Sets the value of theloadingStatusproperty.