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