Class ExtraFieldsContext
java.lang.Object
com.atlassian.greenhopper.web.rapid.list.ExtraFieldsContext
Context holding information pertinent to extra fields rendering.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ExtraFieldsContext
create
(RapidView rapidView, CardLayoutField.Mode mode) getMode()
boolean
isValid()
-
Field Details
-
NONE
-
-
Method Details
-
create
- Parameters:
rapidView
- is the rapidViewmode
- is the card layout config mode- Returns:
- a new instance of this context
-
getRapidView
- Returns:
- the rapid view
-
isValid
public boolean isValid()- Returns:
- true if the context is valid
-
getMode
- Returns:
- the card layout config mode
-