Documentation
¶
Index ¶
- type Errors
- type Properties
- func (p *Properties) Data() gs.Properties
- func (p *Properties) ObjectsCount() int
- func (p *Properties) Refresh(prop gs.Properties) (err error)
- func (p *Properties) RefreshBean(v gs.Refreshable, param conf.BindParam, watch bool) error
- func (p *Properties) RefreshField(v reflect.Value, param conf.BindParam, watch bool) error
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Properties ¶
type Properties struct {
// contains filtered or unexported fields
}
Properties 动态属性
func (*Properties) Refresh ¶
func (p *Properties) Refresh(prop gs.Properties) (err error)
Refresh 更新属性列表以及绑定的可刷新对象
func (*Properties) RefreshBean ¶
func (p *Properties) RefreshBean(v gs.Refreshable, param conf.BindParam, watch bool) error
RefreshBean 刷新一个 bean 对象,根据 watch 的值决定是否添加监听
func (*Properties) RefreshField ¶
RefreshField 刷新一个 bean 的 field,根据 watch 的值决定是否添加监听
Click to show internal directories.
Click to hide internal directories.