?? wrap.java
字號:
package com.xttc.util;
import org.displaytag.decorator.TableDecorator;
public class Wrap extends TableDecorator {
public Wrap()
{
super();
}
/**
* Test method which always returns a null value.
* @return <code>null </code>
*/
public String getNullValue()
{
return null;
}
/**
* Returns an "action bar" of sorts that allow the user to perform
various actions on the JcglSagg based on it's
* id.
* @return String
*/
public String getLink()
{
return " <a href='http://localhost:2008/' target='blank'>link </a>";
}
public String getNewLink(){
return " <a href='www.baidu.com/' target='blank'>newlink </a>";
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -