type
RadioField
RadioField configures a field for choosing one value with radio buttons.
Full signature
type RadioField struct{ nodeView }Methods
RadioField.Access()Access replaces the complete field access policy.
RadioField.Admin()Admin replaces the complete admin presentation policy.
RadioField.AppendHooks()AppendHooks appends supplied callbacks after existing callbacks in each phase.
RadioField.AppendReadHooks()AppendReadHooks appends response-transform hooks after existing callbacks.
RadioField.Default()Public method RadioField.Default from github.com/riducms/ridu/field.
RadioField.DefaultCallback()Read the configured dynamic default without running it.
RadioField.DefaultFrom()Use a callback to choose the initial choice value when this field is omitted.
RadioField.EditAdmin()EditAdmin updates selected admin settings while preserving the rest.
RadioField.HookPolicy()Public method RadioField.HookPolicy from github.com/riducms/ridu/field.
RadioField.Hooks()Hooks replaces the complete field lifecycle hook group.
RadioField.Index()Public method RadioField.Index from github.com/riducms/ridu/field.
RadioField.Label()Public method RadioField.Label from github.com/riducms/ridu/field.
RadioField.LabelTranslations()Public method RadioField.LabelTranslations from github.com/riducms/ridu/field.
RadioField.LiveValidate()Add a server check that provides feedback while this field is being edited.
RadioField.LiveValidators()Read the live server checks attached to this field.
RadioField.Localized()Public method RadioField.Localized from github.com/riducms/ridu/field.
RadioField.Options()Options replaces the option list with options that can include labels and translations.
RadioField.PrependHooks()PrependHooks inserts supplied callbacks before existing callbacks in each phase.
RadioField.Private()Public method RadioField.Private from github.com/riducms/ridu/field.
RadioField.ReadHookPolicy()Public method RadioField.ReadHookPolicy from github.com/riducms/ridu/field.
RadioField.ReadHooks()ReadHooks replaces all response-transform hooks.
RadioField.Rename()Public method RadioField.Rename from github.com/riducms/ridu/field.
RadioField.ReplaceLiveValidators()Replace this field’s live server checks, or remove them all.
RadioField.ReplaceValidators()ReplaceValidators replaces all authoritative save validators.
RadioField.Required()Public method RadioField.Required from github.com/riducms/ridu/field.
RadioField.RestrictAccess()RestrictAccess combines supplied rules with existing access rules; both must allow.
RadioField.Unique()Public method RadioField.Unique from github.com/riducms/ridu/field.
RadioField.Validate()Validate appends one authoritative save validator.
RadioField.Validators()Public method RadioField.Validators from github.com/riducms/ridu/field.