Uses of Class
com.hybris.cockpitng.editor.extendedmultireferenceeditor.state.RowState
-
-
Uses of RowState in com.hybris.cockpitng.editor.extendedmultireferenceeditor
Methods in com.hybris.cockpitng.editor.extendedmultireferenceeditor with parameters of type RowState Modifier and Type Method Description protected voidInlineEditorRefreshObserver. applyRowChangesOnRefreshedItem(EditorState editorState, RowState rowState, java.lang.Object refreshedItem)protected ValidationContextDefaultExtendedMultiReferenceEditor. createValidationContext(RowState rowState)Method parameters in com.hybris.cockpitng.editor.extendedmultireferenceeditor with type arguments of type RowState Modifier and Type Method Description protected ObjectFacadeOperationResultInlineEditorRowHandler. save(java.util.Map<T,RowState<T>> entries, EditorContext context) -
Uses of RowState in com.hybris.cockpitng.editor.extendedmultireferenceeditor.renderer
Methods in com.hybris.cockpitng.editor.extendedmultireferenceeditor.renderer that return RowState Modifier and Type Method Description RowStateValidatableListcell. getRowState()Methods in com.hybris.cockpitng.editor.extendedmultireferenceeditor.renderer with parameters of type RowState Modifier and Type Method Description protected voidDefaultRowRenderer. doValidate(RowState rowState, T entry, java.lang.String... qualifiers)protected voidDefaultRowRenderer. renderRowStatusCell(org.zkoss.zul.Listitem row, RowState rowState)Constructors in com.hybris.cockpitng.editor.extendedmultireferenceeditor.renderer with parameters of type RowState Constructor Description DefaultRowStateCell(RowState rowState, ValidationRenderer validationRenderer)ValidatableListcell(RowState rowState, java.lang.String path, ValidationRenderer validationRenderer) -
Uses of RowState in com.hybris.cockpitng.editor.extendedmultireferenceeditor.state
Methods in com.hybris.cockpitng.editor.extendedmultireferenceeditor.state that return RowState Modifier and Type Method Description RowState<T>EditorState. addRowState(T row)Adds new row state bound to provided row object.RowState<T>EditorState. getRowState(T row)Gets a state of row bound to provided object.static RowStateRowStateUtil. getRowState(CellContext cellContext)Returns row state from cell context.Methods in com.hybris.cockpitng.editor.extendedmultireferenceeditor.state that return types with arguments of type RowState Modifier and Type Method Description java.util.Collection<java.util.Map.Entry<T,RowState>>EditorState. getEntries()Gets states of all rows with object bound to themjava.util.Collection<RowState>EditorState. getRowStates()Gets states of all rows defined for editor
-