Enum RefreshState
-
- All Implemented Interfaces:
public enum RefreshState
刷新状态
-
-
Field Summary
Fields Modifier and Type Field Description public final boolean
isHeader
public final boolean
isFooter
public final boolean
isTwoLevel
public final boolean
isDragging
public final boolean
isOpening
public final boolean
isFinishing
public final boolean
isReleaseToOpening
-
Enum Constant Summary
Enum Constants Enum Constant Description None
PullDownToRefresh
PullUpToLoad
PullDownCanceled
PullUpCanceled
ReleaseToRefresh
ReleaseToLoad
ReleaseToTwoLevel
TwoLevelReleased
RefreshReleased
LoadReleased
Refreshing
Loading
TwoLevel
RefreshFinish
LoadFinish
TwoLevelFinish
-
Method Summary
Modifier and Type Method Description RefreshState
toFooter()
RefreshState
toHeader()
static Array<RefreshState>
values()
Returns an array containing the constants of this enum type, in the order they're declared. static RefreshState
valueOf(String name)
Returns the enum constant of this type with the specified name. -
-
Method Detail
-
toFooter
RefreshState toFooter()
-
toHeader
RefreshState toHeader()
-
values
static Array<RefreshState> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static RefreshState valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Returns:
the enum constant with the specified name
-
-
-
-