[Config Option] (String[])
[Config Option] (String/String[])
[Config Option] (Object)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (Object)
[Config Option] (Object)
[Property] (Ext.Class)
[Config Option] (Boolean)
[Config Option] (Object)
[Config Option] (String[])
[Method] Modifies the current region to be adjusted by offsets
Number Top offset
Number Right offset
Number Bottom offset
Number Left offset
Ext.util.Region this
[Method] Call the original method that was previously overridden with override This method is deprecated as callParent does
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callOverridden(arguments)
any
Object Returns the result of calling the overridden method
[Method] Call the parent method of the current method
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callParent(arguments)
any
Object Returns the result of calling the parent method
[Method] This method is used by an override to call the superclass method but bypass any overridden method
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callSuper(arguments)
any
Object Returns the result of calling the superclass method
[Method] Modifies the current region to be constrained to the targetRegion
Ext.util.Region
Ext.util.Region this
[Method] Checks if this region completely contains the region that is passed in
Ext.util.Region
boolean
Boolean
[Method] Copy a new instance
Ext.util.Region
[Method]
[Method] Check whether this region is equivalent to the given region
Ext.util.Region The region to compare with.
boolean
Boolean
[Method] Returns the initial configuration passed to constructor
String When supplied, value for particular configuration option is returned, otherwise the full config object is returned.
any
Object/Mixed
[Method] Get the offset amount of a point outside the region
String/Object optional.
Ext.util.Point The point.
Ext.util.Region
[Method] Get the offset amount on the x axis
Number The offset.
number
Number
[Method] Get the offset amount on the y axis
Number The offset.
number
Number
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Checks if this region intersects the region passed in
Ext.util.Region
any
Ext.util.Region/Boolean Returns the intersected region or false if there is no intersection.
[Method] Check whether the point offset is out of bounds
String optional
Ext.util.Point/Number The point / offset.
boolean
Boolean
[Method] Check whether the offset is out of bound in the x axis
Number The offset.
boolean
Boolean
[Method] Check whether the offset is out of bound in the y axis
Number The offset.
boolean
Boolean
[Method] Round all the properties of this region
Ext.util.Region This Region.
[Method] Dump this to an eye friendly string great for debugging
string
String For example Region[0,1,3,2].
[Method] Translate this region by the given offset amount
Object
Ext.util.Region This Region.
[Method] Returns the smallest region that contains the current AND targetRegion
Ext.util.Region
Ext.util.Region