public class PostImageProxy
extends com.google.gwt.core.client.JavaScriptObject
| 限定符 | 构造器和说明 |
|---|---|
protected |
PostImageProxy()
Instantiates a new post image proxy.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
createPostImageProxy(String flashid)
Creates the post image proxy.
|
static String |
getFlashString(String flashid)
Gets the flash string.
|
static PostImageProxy |
getPostImageProxy(String id)
Gets the post image proxy.
|
void |
hide()
Hide.
|
static String |
int2path(int v)
Int 2 path.
|
void |
moveTo(int left,
int top)
Move to.
|
void |
setSize(int w,
int h)
Sets the size.
|
void |
setup(com.google.gwt.core.client.JavaScriptObject who,
String server,
int id,
String loc,
String initsrc)
Setup.
|
void |
show()
Show.
|
void |
showPicture(String path,
Integer id)
Show picture.
|
public final void showPicture(String path, Integer id)
path - the pathid - the idpublic static final PostImageProxy getPostImageProxy(String id)
id - the idpublic final void setup(com.google.gwt.core.client.JavaScriptObject who,
String server,
int id,
String loc,
String initsrc)
who - the whoserver - the serverid - the idloc - the locinitsrc - the initsrcpublic static void createPostImageProxy(String flashid) throws Exception
flashid - the flashidException - the exceptionpublic static final String getFlashString(String flashid)
flashid - the flashidpublic static final String int2path(int v)
v - the vpublic final void hide()
public final void show()
public final void moveTo(int left,
int top)
left - the lefttop - the toppublic final void setSize(int w,
int h)
w - the wh - the hCopyright © 2017. All rights reserved.