new NoticeBoardDBSearchItem(config)
A notice board item that represents a database search
Parameters:
Name | Type | Description |
---|---|---|
config |
Object | Configuration for this object. The config supplied directly extends the control |
Extends
Members
dbSearchID
Properties:
Name | Type | Description |
---|---|---|
dbSearchID |
number | The ID of the db search |
displayIndex
Properties:
Name | Type | Description |
---|---|---|
displayIndex |
number | The display order of this layer |
- Inherited From:
events
Properties:
Name | Type | Description |
---|---|---|
events |
Cadcorp.Util.Events | The events object |
- Inherited From:
localKnowledgeID
Properties:
Name | Type | Description |
---|---|---|
localKnowledgeID |
number | The ID of the local knowledge used by the current noticeboard |
- Inherited From:
(protected) m_searchLocation
Properties:
Name | Type | Description |
---|---|---|
m_searchLocation |
Cadcorp.UI.NoticeBoard.Location | The location of the current search |
- Inherited From:
searchEnabled
Properties:
Name | Type | Description |
---|---|---|
searchEnabled |
boolean | Set to true to enable the search, defaults to true |
- Inherited From:
webServiceUrl
Properties:
Name | Type | Description |
---|---|---|
webServiceUrl |
string | The base url to the web service |
- Inherited From:
Methods
doLocalKnowledge(currentLocation)
Does a local knowledge query for this layer
Parameters:
Name | Type | Description |
---|---|---|
currentLocation |
Cadcorp.UI.NoticeBoard.Location | The current location to use for this query |
- Inherited From: