class documentation

Undocumented

Method __getstate__ Undocumented
Method activate Undocumented
Method after_select Undocumented
Method before_create Undocumented
Method before_select Undocumented
Method before_update Undocumented
Method configure_columns Undocumented
Method configure_widget Undocumented
Method from_props Undocumented
Method from_record Undocumented
Method get_mime_type Undocumented
Method handle_web_file_request Undocumented
Method load_value Undocumented
Method post_configure Undocumented
Method prop_to_python Undocumented
Method python_to_prop Undocumented
Method select_columns Undocumented
Method to_props Undocumented
Method to_record Undocumented
Instance Variable cols Undocumented
Instance Variable widget Undocumented

Inherited from Object:

Method configure Undocumented
Method configure_flags Undocumented
Method configure_validators Undocumented
Method configure_values Undocumented
Method describe Undocumented
Method do_validate Undocumented
Method find_relatable_features Undocumented
Method props Undocumented
Method python_to_raw Undocumented
Method raw_to_python Undocumented
Method related_models Undocumented
Instance Variable isAuto Undocumented
Instance Variable isPrimaryKey Undocumented
Instance Variable isRequired Undocumented
Instance Variable isUnique Undocumented
Instance Variable model Undocumented
Instance Variable name Undocumented
Instance Variable title Undocumented
Instance Variable validators Undocumented
Instance Variable values Undocumented

Inherited from Node (via Object):

Method cfg Undocumented
Method closest Undocumented
Method create_child Undocumented
Method create_child_if_configured Undocumented
Method create_children Undocumented
Method find_all Undocumented
Method find_first Undocumented
Method initialize Undocumented
Instance Variable config Undocumented
Instance Variable permissions Undocumented
Method _configure_permissions Undocumented

Inherited from Object (via Object, Node):

Method __repr__ Undocumented

Inherited from IModelField (via Object, Node, Object):

Method after_create Undocumented
Method after_create_related Undocumented
Method after_delete Undocumented
Method after_update Undocumented
Method before_create_related Undocumented
Method before_delete Undocumented
Method do_init Undocumented
Method do_init_related Undocumented
Class Variable attributeType Undocumented
Class Variable supportsFilterSearch Undocumented
Class Variable supportsGeometrySearch Undocumented
Class Variable supportsKeywordSearch Undocumented

Inherited from INode (via Object, Node, Object, IModelField):

Method pre_configure Undocumented
Class Variable children Undocumented
Class Variable extName Undocumented
Class Variable extType Undocumented
Class Variable parent Undocumented
Class Variable root Undocumented
Class Variable uid Undocumented
def __getstate__(self): (source)

Undocumented

def activate(self): (source)

Undocumented

def after_select(self, features, mc): (source)
def before_create(self, feature, mc): (source)
def before_select(self, mc): (source)
def before_update(self, feature, mc): (source)
def configure_columns(self): (source)

Undocumented

def configure_widget(self): (source)
def from_props(self, feature, mc): (source)

Undocumented

def from_record(self, feature, mc): (source)
def get_mime_type(self, fv: FileValue) -> str: (source)

Undocumented

def handle_web_file_request(self, feature_uid: str, preview: bool, mc: gws.ModelContext) -> t.Optional[gws.ContentResponse]: (source)

Undocumented

def load_value(self, attributes: dict, mc) -> FileValue: (source)

Undocumented

def post_configure(self): (source)
def prop_to_python(self, feature, value, mc) -> FileValue: (source)
def python_to_prop(self, feature, value, mc) -> ServerFileProps: (source)
def select_columns(self, with_content, mc): (source)

Undocumented

def to_props(self, feature, mc): (source)

Undocumented

def to_record(self, feature, mc): (source)

Undocumented

Undocumented