Fan

 

class

flux::ErrResource

sys::Obj
  flux::Resource
    flux::ErrResource

ErrResource models a resource that cannot be resolved.

Slots

iconSource

override Image icon()

Overrides flux::Resource.icon

Doc inherited from flux::Resource.icon

Get a 16x16 icon for the resource.

makeSource

new make(Uri uri)

nameSource

override Str name()

Overrides flux::Resource.name

Doc inherited from flux::Resource.name

Get the display name of the resource.

uriSource

override Uri uri

Overrides flux::Resource.uri

Doc inherited from flux::Resource.uri

Get the absolute Uri of this resource.

viewsSource

override Type[] views()

Overrides flux::Resource.views

Doc inherited from flux::Resource.views

Get the list of available View types for the resource. The first view should be the default view. The default implementation searches the type database for @fluxView bindings to this resource type.