type
GroupField
GroupField configures a nested object containing the supplied fields.
Full signature
type GroupField struct{ nodeView }Methods
GroupField.Access()Access replaces the complete field access policy.
GroupField.Admin()Admin replaces the complete admin presentation policy.
GroupField.AppendHooks()AppendHooks appends supplied callbacks after existing callbacks in each phase.
GroupField.AppendReadHooks()AppendReadHooks appends response-transform hooks after existing callbacks.
GroupField.EditAdmin()EditAdmin updates selected admin settings while preserving the rest.
GroupField.EditChildren()Public method GroupField.EditChildren from github.com/riducms/ridu/field.
GroupField.HookPolicy()Public method GroupField.HookPolicy from github.com/riducms/ridu/field.
GroupField.Hooks()Hooks replaces the complete field lifecycle hook group.
GroupField.Label()Public method GroupField.Label from github.com/riducms/ridu/field.
GroupField.LabelTranslations()Public method GroupField.LabelTranslations from github.com/riducms/ridu/field.
GroupField.LiveValidate()Add a server check that provides feedback while this field is being edited.
GroupField.LiveValidators()Read the live server checks attached to this field.
GroupField.Localized()Public method GroupField.Localized from github.com/riducms/ridu/field.
GroupField.PrependHooks()PrependHooks inserts supplied callbacks before existing callbacks in each phase.
GroupField.Private()Public method GroupField.Private from github.com/riducms/ridu/field.
GroupField.ReadHookPolicy()Public method GroupField.ReadHookPolicy from github.com/riducms/ridu/field.
GroupField.ReadHooks()ReadHooks replaces all response-transform hooks.
GroupField.Rename()Public method GroupField.Rename from github.com/riducms/ridu/field.
GroupField.ReplaceLiveValidators()Replace this field’s live server checks, or remove them all.
GroupField.ReplaceValidators()ReplaceValidators replaces all authoritative save validators.
GroupField.Required()Public method GroupField.Required from github.com/riducms/ridu/field.
GroupField.RestrictAccess()RestrictAccess combines supplied rules with existing access rules; both must allow.
GroupField.Validate()Validate appends one authoritative save validator.
GroupField.Validators()Public method GroupField.Validators from github.com/riducms/ridu/field.