public interface Order
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_ORDER |
static int |
HIGHEST_ORDER |
static int |
LOWEST_ORDER |
| Modifier and Type | Method and Description |
|---|---|
default int |
getOrder()
Priority of component, the lower the value, the higher the priority
|
static final int LOWEST_ORDER
static final int DEFAULT_ORDER
static final int HIGHEST_ORDER
Copyright © 2023 flmelody. All rights reserved.