|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IHTMLPopupInfoProxy
public class IHTMLPopupInfoProxy
Provides access to members that control the HTML popup tool.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IHTMLPopupInfoProxy()
|
|
IHTMLPopupInfoProxy(Object obj)
|
protected |
IHTMLPopupInfoProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getHTMLOutput(IFeature pFeature)
The content is the XML text for the input feature. |
int |
getHTMLPresentationStyle()
Indicates the content formating style for the HTML Popup tool. |
String |
getHTMLRedirectField()
Indicates the fieldname of the layer that contains the HTML redirect URL values. |
String |
getHTMLRedirectFieldPrefix()
Indicates the text to precede the HTMLRedirectField value for the redirect URL. |
String |
getHTMLRedirectFieldSuffix()
Indicates the text to follow the HTMLRedirectField value for the redirect URL. |
String |
getHTMLXSLStylesheet()
Indicates the content of the XSL stylesheet to parse the feature attributes through. |
boolean |
isHTMLHideFieldNameColumn()
Indicates if Field name column will be output to the HTML Popup tool. |
boolean |
isHTMLPopupEnabled()
Indicates if this layer currently responds to the HTML Popup tool. |
boolean |
isHTMLUseCodedDomainValues()
Indicates whether to use coded values (rather than literal stored values) for feature values. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setHTMLHideFieldNameColumn(boolean pHide)
Indicates if Field name column will be output to the HTML Popup tool. |
void |
setHTMLPopupEnabled(boolean pEnabled)
Indicates if this layer currently responds to the HTML Popup tool. |
void |
setHTMLPresentationStyle(int pStyle)
Indicates the content formating style for the HTML Popup tool. |
void |
setHTMLRedirectField(String pField)
Indicates the fieldname of the layer that contains the HTML redirect URL values. |
void |
setHTMLRedirectFieldPrefix(String pPrefix)
Indicates the text to precede the HTMLRedirectField value for the redirect URL. |
void |
setHTMLRedirectFieldSuffix(String pSufix)
Indicates the text to follow the HTMLRedirectField value for the redirect URL. |
void |
setHTMLUseCodedDomainValues(boolean pCodedValues)
Indicates whether to use coded values (rather than literal stored values) for feature values. |
void |
setHTMLXSLStylesheet(String pStyleSheet)
Indicates the content of the XSL stylesheet to parse the feature attributes through. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IHTMLPopupInfoProxy()
public IHTMLPopupInfoProxy(Object obj) throws IOException
IOException
protected IHTMLPopupInfoProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public boolean isHTMLPopupEnabled() throws IOException, AutomationException
isHTMLPopupEnabled
in interface IHTMLPopupInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHTMLPopupEnabled(boolean pEnabled) throws IOException, AutomationException
setHTMLPopupEnabled
in interface IHTMLPopupInfo
pEnabled
- The pEnabled (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHTMLPresentationStyle() throws IOException, AutomationException
getHTMLPresentationStyle
in interface IHTMLPopupInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHTMLPresentationStyle(int pStyle) throws IOException, AutomationException
setHTMLPresentationStyle
in interface IHTMLPopupInfo
pStyle
- A com.esri.arcgis.carto.esriHTMLPopupStyle constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHTMLHideFieldNameColumn() throws IOException, AutomationException
isHTMLHideFieldNameColumn
in interface IHTMLPopupInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHTMLHideFieldNameColumn(boolean pHide) throws IOException, AutomationException
setHTMLHideFieldNameColumn
in interface IHTMLPopupInfo
pHide
- The pHide (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getHTMLRedirectField() throws IOException, AutomationException
getHTMLRedirectField
in interface IHTMLPopupInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHTMLRedirectField(String pField) throws IOException, AutomationException
setHTMLRedirectField
in interface IHTMLPopupInfo
pField
- The pField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getHTMLRedirectFieldPrefix() throws IOException, AutomationException
getHTMLRedirectFieldPrefix
in interface IHTMLPopupInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHTMLRedirectFieldPrefix(String pPrefix) throws IOException, AutomationException
setHTMLRedirectFieldPrefix
in interface IHTMLPopupInfo
pPrefix
- The pPrefix (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getHTMLRedirectFieldSuffix() throws IOException, AutomationException
getHTMLRedirectFieldSuffix
in interface IHTMLPopupInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHTMLRedirectFieldSuffix(String pSufix) throws IOException, AutomationException
setHTMLRedirectFieldSuffix
in interface IHTMLPopupInfo
pSufix
- The pSufix (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getHTMLXSLStylesheet() throws IOException, AutomationException
getHTMLXSLStylesheet
in interface IHTMLPopupInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHTMLXSLStylesheet(String pStyleSheet) throws IOException, AutomationException
setHTMLXSLStylesheet
in interface IHTMLPopupInfo
pStyleSheet
- The pStyleSheet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isHTMLUseCodedDomainValues() throws IOException, AutomationException
isHTMLUseCodedDomainValues
in interface IHTMLPopupInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHTMLUseCodedDomainValues(boolean pCodedValues) throws IOException, AutomationException
setHTMLUseCodedDomainValues
in interface IHTMLPopupInfo
pCodedValues
- The pCodedValues (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getHTMLOutput(IFeature pFeature) throws IOException, AutomationException
getHTMLOutput
in interface IHTMLPopupInfo
pFeature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |